Hi there, I've just noticed that if I shut down the ActiveMQ broker and then start it up again, all while my activemq endpoint based service is listening on its queue, my service does not pick the queue back up when ActiveMQ is back up...
My endpoint URL: activemq:queue:au.com.blueglue.ohs.reed.persistPerson?concurrentConsumers=2 The broker is declared as: <bean id="activemq" class="org.apache.activemq.camel.component.ActiveMQComponent"> <property name="brokerURL" value="tcp://localhost:61616" /> </bean> I'm using Camel 1.5.0 but I've also tried the above scenario using 1.4.0. I'm also using ActiveMQ 5.1.0. What am I doing wrong? Kind regards, Christopher -- View this message in context: http://www.nabble.com/Camel-ActiveMQ-service-not-recovering-from-lost-broker-tp20379163s22882p20379163.html Sent from the Camel - Users mailing list archive at Nabble.com.