Hi all,

we are using camel and cxf together for some projects. Camel does the jms protocol and cxf the rest. Unfortunately we used the option "useMessageIDAsCorrelationID" that camel provides. This option makes camel always use the message id as correlation id even when the client sets another correlation id. I think this is kind of a bug (see http://issues.apache.org/activemq/browse/CAMEL-2249).

The problem now is that when cxf does jms itself as far as I know currently does not allow to use the message id as correlation id. So it can not communicate with camel. Of course we could turn off the feature in camel but this would mean that we had to do it for all services and clients at one point of time.

So my question is: Did I miss something and it is possible to use the message id as correlation id? If it is not possible already then do you think it would make sense to add this option?

Greetings

Christian

--

Christian Schneider
---
http://www.liquid-reality.de

Reply via email to