Re: Synchronous one time use of endpoint

2015-05-23 Thread Henryk Konsek
Hi Justin, Have you tried to use ConsumerTemplate API? It allows you to dynamically create an endpoint and consume a single message from it. Cheers! pt., 22.05.2015 o 19:38 użytkownik Justin Rosenberg < justin.rosenb...@crlcorp.com> napisał: > I would like to leverage the endpoint abstraction

Re: Camel Thread Id changing when calling http component

2015-05-23 Thread Claus Ibsen
Hi Use synchronous=true on the ahc endpoint Den lørdag den 23. maj 2015 skrev umang : > 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

Camel Thread Id changing when calling http component

2015-05-23 Thread umang
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