Just play with the working unit test and adapt it to your style, then
you most likely is getting it to work.



On Thu, Sep 2, 2010 at 1:52 PM, kumaap <amitesh.a.ku...@gmail.com> wrote:
>
> 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.
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to