Hi,

I have tried something like:
from("activemq:queue").
   setExchangePattern(ExchangePattern.InOut).
   beanRef([recipients list of beans ], "route").
   wireTap("direct:foo").
   end();

 from("direct:foo").to("bean:myBean")

It looks like I still got the response (on activemq queue) only when myBean
completed. To test it I paused the current thread in myBean. I wanted to
prove that even when myBean hold its thread the response is still sent. Is
my assumption wrong? If yes, how can I prove that myBean will not affect the
overall time of the flow?

Thanks 



--
View this message in context: 
http://camel.465427.n5.nabble.com/fire-and-forge-from-InOut-exchange-tp5731352p5731538.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to