The CorrelationID is quite important when the message exchange pattern is InOut. What’s the transport that you use in CXF endpoint? If it uses the JMS transport, I guess that could cause some trouble in your route.
Regards, -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On May 11, 2015 at 8:14:38 AM, Henrique Viecili ([email protected]) wrote: > Is there any documentation about uncorrelated messages sent to reply > destinations? > > How does it behave when the reply destination is shared/exclusive/temporary? > > Regards, > Henrique Viecili > > Henrique Viecili > > On 9 May 2015 at 16:54, Claus Ibsen wrote: > > > Hi > > > > What Camel and AMQ version do you use? > > > > And do you see this WARN for every request/reply you do? eg it seems > > as if you get a duplicate message? > > > > > > On Fri, May 8, 2015 at 1:38 PM, MS wrote: > > > The idea is to create simple proxy with WS at one end and JMS(ActiveMQ) > > at > > > the other. > > > Use case goes like this: > > > 1. send request using CXF endpoint > > > 2. message is forwarded to activemq request queue > > > 3. response is read from activemq response queue > > > 4. received rsp. message is returned back to CXF endpoint as response > > > > > > > > > > > > > > > > > > ${body[0]} > > > > > > > > > > > > > > > > > > uri="activemq:queue:request?replyTo=response&replyToType=Exclusive" > > > > > > > > /> > > > > > > > > > > > > > > > The route works but I also receive following WARN message: > > > reply.QueueReplyManager WARN Reply received for unknown > > > correlationID [Camel-ID-HR00089234-50027-1431082752364-0-6] on reply > > > destination [queue://response]. Current correlation map size: 0. The > > message > > > will be ignored: ActiveMQTextMessage > > > > > > How did the message arrive at WS endpoint if this queue manager states > > that > > > it'll be ignored. > > > How can I resolve this issue (warning). > > > > > > > > > > > > > > > > > > -- > > > View this message in context: > > http://camel.465427.n5.nabble.com/QueueReplyManager-reply-received-for-unknown-correlationID-tp5766856.html > > > > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > > > > > > -- > > Claus Ibsen > > ----------------- > > Red Hat, Inc. > > Email: [email protected] > > Twitter: davsclaus > > Blog: http://davsclaus.com > > Author of Camel in Action: http://www.manning.com/ibsen > > hawtio: http://hawt.io/ > > fabric8: http://fabric8.io/ > > >
