Oh!
Thanks a lot. Really
// Petter
Från: Claus Ibsen [claus.ib...@gmail.com]
Skickat: den 31 oktober 2012 16:48
Till: users@camel.apache.org
Ämne: Re: Read back JMSMessageId from OneWay JMS message
On Wed, Oct 31, 2012 at 2:29 PM, Petter Nordlander
wrote
On Wed, Oct 31, 2012 at 2:29 PM, Petter Nordlander
wrote:
> Hi,
>
> Say I have something like:
>
> from("foo:bar")
>.process(..)
>.to(ExchangePattern.InOnly,"jms:queue:somewhere") // don't want a
> request/reply here
>.bean(customLoggerBasedOnJmsMessageId);
>
> But my problem is, how
Hi,
Say I have something like:
from("foo:bar")
.process(..)
.to(ExchangePattern.InOnly,"jms:queue:somewhere") // don't want a
request/reply here
.bean(customLoggerBasedOnJmsMessageId);
But my problem is, how can I retrieve the JMS message ID after the message is
sent (InOnly)? Since t