Hi Claus,

Im looking through the unit test 
JmsRequestReplyFixedReplyToInEndpointTest

I can run and it works fine.

But i cant see my mistake.
@Override
    protected RouteBuilder createRouteBuilder() {
        return new RouteBuilder() {
            public void configure() {
               
from("direct:start").to("jms:result?replyTo=SYSTEM.SOAP.RESPONSE.QUEUE");
                from("jms:result").to("mock:result");
            }
        };
    }
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2800407.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to