You'll probably have to post a bit of the code/xml here. Try some log statements between them to see what is happening.
On Tue, Apr 26, 2016 at 2:28 PM, swapna07 <swapna.succ...@gmail.com> wrote: > I have following camel route, reading from a queue (btrRTTransReqQueue) > converting the message to another jaxb object, and post it into another > queue(TranReq.queueName) which has reply to queue (TranRes.queueName)set, > when the response message available on reply queue read from that queue and > process it and post back to another queue(btrRTTransResQueue). > > When i run this i am not seeing any exceptions but could not able to see > the > request being posted to req queue(TranReq.queueName) after processing in > preprocessor. I have hard time figuring out what was wrong here. > > <http://camel.465427.n5.nabble.com/file/n5781753/route_def.png> > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-route-not-posting-the-message-to-mq-which-has-replyTo-from-mq-tp5781753.html > Sent from the Camel - Users mailing list archive at Nabble.com. >