Re: Request-Response in ActiveMQ

2013-12-23 Thread Joacim
we normally have a listener active the receives all responses and then in the application correlate on JMSCorrelationId (or something relevant in the payload). / Joacim -Original Message- From: khandelwalanuj Sent: Friday, December 20, 2013 5:26 PM To: users@activemq.apache.org

Re: Durable subscription to queue

2013-11-18 Thread Joacim
Thanks Christian, that did the trick :) / Joacim -Original Message- From: Christian Posta Sent: Monday, November 18, 2013 4:39 PM To: users@activemq.apache.org Subject: Re: Durable subscription to queue Do this: On Sun, Nov 17, 2013 at 8:05 AM, Joacim <4integrat...@gmail.

Re: Durable subscription to queue

2013-11-17 Thread Joacim
e it wrong?! Also a bit odd to have > in the XML but seems to work even if invalid :) Any ideas are welcome. / Joacim -Original Message- From: James Carman Sent: Saturday, Novemb

Durable subscription to queue

2013-11-16 Thread Joacim
Hi, I am publishing messages on topic “Vera/DeviceId/Variable” and I have a queue named “VERA.EVENTS”. I would like to create a subscription statically in ActiveMQ which subscribe to “Vera/#” and put these messages to “VERA.EVENTS”. How can I configure that in ActiveMQ?? / Joacim