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?
--
View this message in context:
http://old.nabble.com/route-debugging-tp27107483p27111761.html
Sent from the Camel - Users mailing list archive at Nabble.com.