Hi, we set the ThreadContext value for every request coming in and we use that value in logging. when the message is picked up from the queue (which is done by QueueReplyManager which runs in a different thread) the thread context value in that thread(QueueReplyManager thread) is remaining same for all the requests which is the value from first request that system received. Not sure why this is happening for Camel-jms component.
Any help is appreciated. Thanks Ravi -- View this message in context: http://camel.465427.n5.nabble.com/Camel-JmsComponent-ThreadContext-issues-tp5740277.html Sent from the Camel - Users mailing list archive at Nabble.com.
