Re: Request-Response in ActiveMQ

2014-01-06 Thread artnaseef
temporary destinations. Under the hood, if I understand correctly, Camel uses temporary destinations to implement request/reply with JMS. -- View this message in context: http://activemq.2283324.n4.nabble.com/Request-Response-in-ActiveMQ-tp4675769p4676066.html Sent from the ActiveMQ - User mailing list

Re: Request-Response in ActiveMQ

2014-01-06 Thread cjiang
We use Apache camel with activemq, in which there is reply-response pattern built in. Please check this url: http://camel.apache.org/request-reply.html -- View this message in context: http://activemq.2283324.n4.nabble.com/Request-Response-in-ActiveMQ-tp4675769p4676051.html Sent from the

Re: Request-Response in ActiveMQ

2014-01-06 Thread khandelwalanuj
Using Synchronous communication what is the overhead on broker using selectors ? Please respond. Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/Request-Response-in-ActiveMQ-tp4675769p4676033.html Sent from the ActiveMQ - User mailing list archive at

Re: Request-Response in ActiveMQ

2013-12-23 Thread Joacim
Subject: Request-Response in ActiveMQ Hi, I want to implement request-response using JMS. I found two ways of doing it: 1. Using selectors 2. Filter duplicate messages in producer application itself. Which method is recommended by ActiveMQ vendors ? What is the performance overhead on broker in case

Re: Request-Response in ActiveMQ

2013-12-23 Thread khandelwalanuj
Please respond... -- View this message in context: http://activemq.2283324.n4.nabble.com/Request-Response-in-ActiveMQ-tp4675769p4675813.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Request-Response in ActiveMQ

2013-12-22 Thread khandelwalanuj
broker has to do filtering for each message ? Does it reduce the performance by big amount ? Thanks, Anuj -- View this message in context: http://activemq.2283324.n4.nabble.com/Request-Response-in-ActiveMQ-tp4675769.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.