Re: How to InOut with JMs

2009-12-30 Thread Claus Ibsen
t; > I tries defining 2 routes but it didn't help. > -- > View this message in context: > http://old.nabble.com/How-to-InOut-with-JMs-tp26965017p26968487.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer

Re: How to InOut with JMs

2009-12-30 Thread yaog
I guess I wasn't clear. I want to fork the route. I want the first part to reply, but after sending a message to the queue I am not expecting a response. I tries defining 2 routes but it didn't help. -- View this message in context: http://old.nabble.com/How-to-InOu

Re: How to InOut with JMs

2009-12-30 Thread Ryadh Amar
I have a route like this: > > xmlns="http://camel.apache.org/schema/spring";> > > > > > > > > > > > > > On the one hand in the end I send a jms message. On the other hand I want > an InOut pattern so my main will get back the result from > "bean:myRMIC

How to InOut with JMs

2009-12-30 Thread yaog
";> On the one hand in the end I send a jms message. On the other hand I want an InOut pattern so my main will get back the result from "bean:myRMIClient1". Can anyone advise how can this be achieved? -- View this message in context: http://old.nabbl