2010/1/11 yaog <[email protected]>: > > > > Claus Ibsen-2 wrote: >> >> >> You need a consumer on the JMS queue to send back the reply on the >> temporary JMS queue. >> If you do not use Camel for that then you need some other "stuff" to do >> that. >> >> If you want to use Camel for that then you need to create a 2nd route >> which I posted to you before. >> Instead of that transform then let it invoke a bean instead >> >> <route> >> <from uri="jms:queue:foo"/> >> <bean ref="xxx" method="bar"/> >> </route> >> >> <bean id="xxx" class="com.mycompany.XXX"/> >> >> > > And will the second route be able to reply something in the first route. > Does Camel cover this?
Yes -- James ------- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/
