On Wed, May 12, 2010 at 12:35 AM, Claus Ibsen <claus.ib...@gmail.com> wrote: > On Wed, May 12, 2010 at 1:21 AM, Jon Anstey <jans...@gmail.com> wrote: >> In RoutingSlipCreator maybe add a slip like >> "jms:foo?exchangePattern=InOut,jms:bar?exchangePattern=InOut" instead of >> just the plain endpoint URIs. >> > > Yeah the MEP impacts how the messages gets routed in the Routing Slip EIP.
I understand how that makes sense, but it still seems that it violates the principle of least surprise. > You use InOnly which causes the JmsProducer just to send the message > to the JMS queue and then continue immediately. > If you want it to wait for a reply, then you must use InOut Will try to get this working. (See my convo with janstey.) --sgp