Hi Roman, > I simply need to send request to add user and immediately > receive response that it was added in the queue and is being processed
Your route seems to do it :) . If you are not using InOnly pattern (just as you do), Camel will proceed to bean:response as soon as the JMS message will be sent to the queue. Why do you think it is not working as you expected? Cheers. -- Henryk Konsek http://henryk-konsek.blogspot.com
