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
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.
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
>
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.
> 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.
>
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.
}
> };
>
> 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
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.
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.
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.
>
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
..@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:
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
() {
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
lContext;
> }
>
> �...@override
> protected RouteBuilder createRouteBuilder() {
> return new RouteBuilder() {
> public void configure() {
> from("direct:start").setHeader("JMSReplyTo",
> constant("queue:SYSTEM.SOAP
15 matches
Mail list logo