Re: Using non-standard JMS correlation ID

2014-07-10 Thread kev
I understand it, if I use > >> > >>from (jms:something).inout(jms:something?replyTo=output_queue) > >> > >>then Camel will use JMSCorrelationID to match the inbound and outbound > >>messages. However, is there any way that inout() can be configured >

Re: Using non-standard JMS correlation ID

2014-07-10 Thread Jeff Bischoff
wever, is there any way that inout() can be configured to use >>some other header? >> >>If not, is there some other way to approach this problem using standard >>Camel features? >> >>Thanks >>Kev >> >> >> >> >>-- >>View this message

Re: Using non-standard JMS correlation ID

2014-07-10 Thread Jeff Bischoff
ther way to approach this problem using standard >Camel features? > >Thanks >Kev > > > > >-- >View this message in context: >http://camel.465427.n5.nabble.com/Using-non-standard-JMS-correlation-ID-tp >5753642.html >Sent from the Camel - Users mailing list

Using non-standard JMS correlation ID

2014-07-10 Thread kev
wever, is there any way that inout() can be configured to use some other header? If not, is there some other way to approach this problem using standard Camel features? Thanks Kev -- View this message in context: http://camel.465427.n5.nabble.com/Using-non-standard-JMS-correlation-ID-tp5753642

Re: JMS correlation ID

2009-07-07 Thread Claus Ibsen
gt;> >>> Shouldn't the above route work?  Shouldn't Camel insert a guid into the >>> correlation ID, and use that to route the response to my log? >> What version of Camel are you using? Its rather important that when >> asking on these forums p

Re: JMS correlation ID

2009-07-07 Thread rogster
s rather important that when > asking on these forums please note the version. > There is quite a gap between 1.x and 2.0. > > What message exchange patterns are you using? inOnly or inOut. > > You can try forcing it to be inOnly when sending to the JMS queue. >

Re: JMS correlation ID

2009-07-07 Thread Willem Jiang
View this message in context: http://www.nabble.com/JMS-correlation-ID-tp24364974p24364974.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JMS correlation ID

2009-07-07 Thread Claus Ibsen
between 1.x and 2.0. What message exchange patterns are you using? inOnly or inOut. You can try forcing it to be inOnly when sending to the JMS queue. > > > -- > View this message in context: > http://www.nabble.com/JMS-correlation-ID-tp24364974p24364974.html > Sent fro

JMS correlation ID

2009-07-06 Thread rogster
e response to my log? -- View this message in context: http://www.nabble.com/JMS-correlation-ID-tp24364974p24364974.html Sent from the Camel - Users mailing list archive at Nabble.com.