Re: Issue with temporary topic

2012-08-16 Thread zuff
Hi Claus , Thanks for the very prompt reply. I guess the header is already in the header, although i may have misinterpret your message. part of my route -> triggered some asynchronized call which when completed will triggered a template.sendBody(

Re: Issue with temporary topic

2012-08-16 Thread Claus Ibsen
On Thu, Aug 16, 2012 at 9:22 AM, zuff wrote: > Hi, > > > I need some additional help. I now need to send a reply back without > having access to the original Exchange, as the current scenario happened > after some processing by an external source. > > > how do I send a reply back to the t

Re: Issue with temporary topic

2012-08-16 Thread zuff
Hi, I need some additional help. I now need to send a reply back without having access to the original Exchange, as the current scenario happened after some processing by an external source. how do I send a reply back to the temp-topic if the temp topic name generated is something lik

Re: Issue with temporary topic

2012-08-06 Thread zuff
Thanks Ashwin, I managed to get it working after referencing the url you shared, although I not sure whether I did it in the standard manner. exchange.getOut.setBody( myObj ); Is the the suggested method since its different from the sample you had shared, partially due to I don't

Re: Issue with temporary topic

2012-08-06 Thread Ashwin Karpe
Hi, Please check out this link showing a JmsInOnlyWithReplyToAsHeaderTest example http:// https://svn.apache.org/viewvc/camel/trunk/components/camel-jms/src/test/java/org/apache/camel/component/jms/JmsInOnlyWithReplyToAsHeaderTest.java?view=markup https://svn.apache.org/viewvc/camel/trunk/compo