Hi

Camel will only auto assign a default correlation id, when you do
request/reply over JMS (MEP = InOut).
In your example you only send to a queue (MEP = InOnly) and therefore
there is no correlation id auto assigned.

You can set a header with the value yourself
.setHeader("JMSCorrelationID", constant("foo-123"))

Then that id should be used by Camel.




On Wed, Dec 26, 2012 at 11:53 AM, sprabu <[email protected]> wrote:
> JMSCorrelationID



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to