How do I do a durable subscribe to a topic?
e.g. from("myjms:topic:default.topic").to(...
The first step that i can glean from source is to connect to instance of
active mq like this ?
ConnectionFactory connectionFactory=new
ActiveMQConnectionFactory("tcp://localhost:61616?clientId=camel&durableSubscriptionName=simple.q2q&deliveryPersistent=true");but then how should the property on the endpoint be set to create a durable subscribe to the topic? -- View this message in context: http://www.nabble.com/Durable-subscribe-to-topic-tf3880838s22882.html#a10998769 Sent from the Camel - Users mailing list archive at Nabble.com.
