0

I'm browsing Integration frameworks to choose the best one for my integration problem. one thing that I want to know is caching and distributed caching for example using Web Service for communications, supported or not ? and if it does, how ?

in Pro Spring Integration CHAPTER 16 ■ SCALING YOUR SPRING INTEGRATION APPLICATION page 544, they talk about some caching strategy but they didn't say how to implement them using Spring-integration ? also they talk about message caching somewhere I want to know is there a caching solution for entities between multiple machine ?

4

1 回答 1

1

Camel 提供与现有缓存技术的集成,例如 EhCache、Hazelcast、Memcached(通过 Kestrel)等。

http://camel.apache.org/cache.html

http://camel.apache.org/hazelcast-component.html

http://camel.apache.org/kestrel.html

于 2012-03-03T17:18:47.020 回答