Hi Claus,
i was modified my route as below.

<route id="second">
        <from uri="nmr:async"/>
        <setExchangePattern pattern="InOnly"/>
        <wireTap uri="direct:foo">
                <body>  <constant>Bye World</constant></body>
        </wireTap>
        <to uri="http://localhost:8080/app/jsp/second.jsp?bridgeEndpoint=true"/>
</route>

however I still get the same behavior.



--
View this message in context: 
http://camel.465427.n5.nabble.com/modifying-endpoint-tp5731360p5731550.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to