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
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
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
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