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

Spring JMS topics durable subscriptions

2014-01-14 Thread Ayelet
Hi, We're trying to set up ActiveMQ 5.9.0 as a message broker using JMS topics, but we're having some issues with the consumption of the messages. For testing purposes, we have a simple configuration of 1 topic, 1 event producer, and 1 consumer. We send 10 messages one after the other, but every

Spring JMS durable topics

2014-01-14 Thread Ayelet
Hi, We're trying to set up ActiveMQ 5.9.0 as a message broker using JMS topics, but we're having some issues with the consumption of the messages. For testing purposes, we have a simple configuration of 1 topic, 1 event producer, and 1 consumer. We send 10 messages one after the other, but ever