Hi,

I am using the camel jms component to do soap/jms. I was using the option useMessageIDAsCorrelationID=true. This way Iwanted my client to set the message id as correlation id when doing a request.
This worked well.

The problem was that when the same jms component was used as a server this option was also effective. When the client sent in a message with a correlation id that did not match the message id then the camel server component still sent the message back with correlation id set to the message id. I think in the server case this is wrong. When the server receives a message with a correlation id set it should reply with the same correlation id. Am I correct here?

In any case it was easy to solve thee problem by simply turning this option off but I still think this is a bug.

If necessary I can provide an example project.

Greetings

Christian

--

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

Reply via email to