Ok probably I have explained myself wrong. I need that camel consumes
messages from the outside. I am testing it with:

from("activemq:queryServer?exchangePattern=InOut")
                                
.to("log:it.giammar.pratobackend?showHeaders=true")
                                .to("bean:saluta");

But if I do not add another .to("activemq:myReplyQueue");

nothing comes back. 

--
View this message in context: 
http://camel.465427.n5.nabble.com/Please-explain-better-in-out-tp5106204p5121209.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to