You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "sarada.ch" <sa...@gmail.com> on 2017/05/24 05:34:47 UTC

Set JMSCorrelationId in activeMQ using spring DSL

Hi All,

I am using apache camel and want to set correlation id in active MQ.

The below setting doesn't work in camel.I am using JBoss fuse 6.3

<setHeader headerName="JMSCorrelationId">
    <constant>IFS456</constant>
</setHeader>




--
View this message in context: http://camel.465427.n5.nabble.com/Set-JMSCorrelationId-in-activeMQ-using-spring-DSL-tp5800170.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Set JMSCorrelationId in activeMQ using spring DSL

Posted by "sarada.ch" <sa...@gmail.com>.
Thanks  a Lot



--
View this message in context: http://camel.465427.n5.nabble.com/Set-JMSCorrelationId-in-activeMQ-using-spring-DSL-tp5800170p5800749.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Set JMSCorrelationId in activeMQ using spring DSL

Posted by "sarada.ch" <sa...@gmail.com>.
Thanks Ibsen



--
View this message in context: http://camel.465427.n5.nabble.com/Set-JMSCorrelationId-in-activeMQ-using-spring-DSL-tp5800170p5800750.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Set JMSCorrelationId in activeMQ using spring DSL

Posted by Claus Ibsen <cl...@gmail.com>.
Yeah a good idea is to look in the unit tests of camel-jms so you can
find some examples such as
https://github.com/apache/camel/blob/master/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsRequestReplyCorrelationTest.java

On Wed, May 24, 2017 at 2:13 PM, clinton <cl...@ionep.com> wrote:
> Try JMSCorrelationID
>
>
>
>
> --
> View this message in context: http://camel.465427.n5.nabble.com/Set-JMSCorrelationId-in-activeMQ-using-spring-DSL-tp5800170p5800344.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: Set JMSCorrelationId in activeMQ using spring DSL

Posted by clinton <cl...@ionep.com>.
Try JMSCorrelationID




--
View this message in context: http://camel.465427.n5.nabble.com/Set-JMSCorrelationId-in-activeMQ-using-spring-DSL-tp5800170p5800344.html
Sent from the Camel - Users mailing list archive at Nabble.com.