Details: Camel 2.22.0 in Karaf 4.1.5 using Activemq 5.15.3

Firstly. Thanks for Camel. Such a wonderful framework to use.

We have implemented a route successfully, using a RecipientList and
Exchange Pattern InOut. Basically the Loan Broker Example for our own use
case. It works great.

For a new problem we are solving, the consumers are very dynamic, thus we
have a Topic with non-durable subscribers. Only publish one message,
expecting MANY responses on the JMSReplyTo.

This was mostly done in a processor to create and subscribe to the Temp
Queue, and then publish to the topic. A timeout is obviously necessary, as
we don't know how many subscribers will respond.

My question is: Can create a temp-queue and subscribe to it in the
routebuilder, or is a processor my only option? In other words is there a
more "Camel" way of doing this, rather than a processor?

Regards
-- 
*Jacques Greyling*

Reply via email to