Re: Synchronous message transfer between JVM's(container's) with MQ.

2014-11-30 Thread Claus Ibsen
Hi You can do jms request/reply over JMS with Camel and ActiveMQ. Camel will automatic send back the reply message on the reply queue. Take a look at the jms documentation and examples, and whatnot. On Mon, Dec 1, 2014 at 3:41 AM, sathiyaraja wrote: > Hi All, > > I am working on a message t

Re: Synchronous Message

2011-10-27 Thread Willem Jiang
Hi If you are using ProducerTemplate, you should use the request* method instead of send method. The ProducerTemplate will set the ExchangePattern to be InOut in that kind of method. On 10/27/11 6:05 AM, Calvert, Zach (Zach)** CTR ** wrote: Just in case anyone cares, the problem was not the

Re: Synchronous Message

2011-10-26 Thread Claus Ibsen
On Thu, Oct 27, 2011 at 12:05 AM, Calvert, Zach (Zach)** CTR ** wrote: > Just in case anyone cares, the problem was not the route, or the way I was > sending, but the configuration of the exchange. > > I didn't realize the route didn't define the InOut protocol, but you must set > exchange.setPa

RE: Synchronous Message

2011-10-26 Thread Calvert, Zach (Zach)** CTR **
Just in case anyone cares, the problem was not the route, or the way I was sending, but the configuration of the exchange. I didn't realize the route didn't define the InOut protocol, but you must set exchange.setPattern(ExchangePattern.InOut); Zach Calvert -Original Message- From: C