Re: Setting JMS ReplyTo

2010-09-03 Thread Claus Ibsen
On Fri, Sep 3, 2010 at 5:36 PM, kumaap wrote: > > Cheers Mate Code committed to trunk. Could you try it on your system? > -- > View this message in context: > http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2802410.html > Sent from the Camel - Users maili

Re: Setting JMS ReplyTo

2010-09-03 Thread kumaap
Cheers Mate -- View this message in context: http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2802410.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Setting JMS ReplyTo

2010-09-03 Thread Claus Ibsen
emq/browse/CAMEL-3102 Then it may be easier for you on WebSphereMQ as the JmsProducer will lookup or create the JMSReplyTo destination. > Cheers > Amitesh > -- > View this message in context: > http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2802144.html >

Re: Setting JMS ReplyTo

2010-09-03 Thread kumaap
nds like a simpler to change the JmsProducer, this does look a like a feature others would use. Cheers Amitesh -- View this message in context: http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2802144.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Setting JMS ReplyTo

2010-09-03 Thread Claus Ibsen
> Cheers > Amitesh > > > > > > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2801917.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Setting JMS ReplyTo

2010-09-03 Thread kumaap
s you have a JMS Session. Cheers Amitesh -- View this message in context: http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2801917.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Setting JMS ReplyTo

2010-09-03 Thread Claus Ibsen
       } >        }; > > If this is not the way to set JMSReplyTo can you point me in the correct > direction. What i Don't want to do is subscribe to the JMSReplyTo > destination. > -- > View this message in context: > http://camel.465427.n5.nabble.com/Setting-JMS-Repl

Re: Setting JMS ReplyTo

2010-09-02 Thread kumaap
can you point me in the correct direction. What i Don't want to do is subscribe to the JMSReplyTo destination. -- View this message in context: http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2801138.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Setting JMS ReplyTo

2010-09-02 Thread kumaap
I'm not going to be doing the request/replay i just want to set the value. -- View this message in context: http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2800855.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Setting JMS ReplyTo

2010-09-02 Thread Claus Ibsen
the replyTo property isnt set Oh course the MEP must be InOut to do request/reply over JMS. > -- > View this message in context: > http://camel.465427.n5.nabble.com/Setting-JMS-ReplyTo-tp2800345p2800827.html > Sent from the Camel - Users mailing list archive at Nabble.com. >

Re: Setting JMS ReplyTo

2010-09-02 Thread kumaap
get [ 2010-09-02 15:56:34,335 ][ DEBUG ][ org.apache.camel.component.jms.JmsProducer.processInOut(JmsProducer.java:222) ][ main ][ Message sent, now waiting for reply at: queue://bar ] If i set the exchange pattern to InOnly then the replyTo property isnt set -- View this message in context: http://camel.465427.n5.nabble.com/Setting-JMS-Repl

Re: Setting JMS ReplyTo

2010-09-02 Thread kumaap
..@ebvvqm1&connectionFactory=connectQueueManager(EBVVQM1)binding(client)clientChannel(SVR.F.WCF.ST)clientConnection(aurora(6401))sslKeyRepository(RootsAndDummyCert)sslCipherSpec(TRIPLE_DES_SHA_US)&initialContextFactory=com.ibm.mq.jms.Nojndi -- View this message in context:

Re: Setting JMS ReplyTo

2010-09-02 Thread Claus Ibsen
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 mai

Re: Setting JMS ReplyTo

2010-09-02 Thread kumaap
() { 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-tp2800345p

Re: Setting JMS ReplyTo

2010-09-02 Thread Claus Ibsen
lContext; >    } > >   �...@override >    protected RouteBuilder createRouteBuilder() { >        return new RouteBuilder() { >            public void configure() { >                from("direct:start").setHeader("JMSReplyTo", > constant("queue:SYSTEM.SOAP