I think Camel already support that [1]. And you can use producer template to do that.
[1] http://activemq.apache.org/camel/request-reply.html [2] http://activemq.apache.org/camel/producertemplate.html Willem mta38 wrote: > Hi all, > Is there a way to do a request/reply request in a thread? > In fact in my thread I create a request and I want to send this request to a > camel route (via a camel context) and I want to be "blocked" until I receive > the response. > Is someone having an idea? > Best regards > Mta38 >