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
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