My route is like this: from(rabbitmq). to(redisLockerProcessor). to(processor1). to(ahc://http:).to(processor2) .to(redisLockReleaseProcessor)
I am using redisson library which stores thread id which took the lock in redis. But in redisLockReleaseProcessor it is throwing exception that thread id is not same as thread id which took the lock. How does http components thread work in camel? I though the whole route runs in same thread. How can we solve the redis problem here if the whole route doesn't run in same thread? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Thread-Id-changing-when-calling-http-component-tp5767435.html Sent from the Camel - Users mailing list archive at Nabble.com.
