Re: Spring JMS durable topics

2014-01-15 Thread Ayelet
Thanks, but even if we remove the caching, some messages still don't get consumed. We solved the problem using virtual topics. -- View this message in context: http://activemq.2283324.n4.nabble.com/Spring-JMS-durable-topics-tp4676266p4676292.html Sent from the ActiveMQ - User mailing list archi

Re: Spring JMS durable topics

2014-01-14 Thread Torsten Mielke
Hello, Springs CachingConnectionFactory also caches consumers by default [1]. ActiveMQ prefetches messages to consumers and if there are multiple consumers in the cache of the CachingConnectionFactory you are not guaranteed to consume all messages. Turn off consumer caching in the CachingConnec