Hi, I am using Camel 1.5.0, and I would like to implement the request/reply pattern. We have a mainframe system that will accept a message, and send back a message to a predetermined reply queue (not a temporary queue). I want my Java application to block, after sending a request, until I get a response from the mainframe system. Is there a way to do this in Camel?
Thanks In Advance, -Hans Ringsak