Hi

Sounds like you are using
http://docs.oracle.com/javase/6/docs/api/java/lang/InheritableThreadLocal.html

Use the regular instead.

On Fri, Sep 27, 2013 at 1:53 AM, ravi.4indra <[email protected]> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to