ownedthx wrote: > > Hi all, > > I'm trying to use temporary queues with an event-driven consumer (camel). > Is there something inherently wrong with trying this approach? > Basically, I never get messages back to my consumer, but if I use normal > queues everything is fine. > > Any pointers? > > Thanks! > Seth > >
Are you sure you configured the camel destination correctly ? Using Temporary Destinations As of Camel 1.4.0, you can access temporary queues using the following URL format: jms:temp:queue:foo Or temporary topics using the following URL format: jms:temp:topic:bar This URL format enables multiple routes or processors or beans to refer to the same temporary destination. For example, you can create three temporary destinations and use them in routes as inputs or outputs by referring to them by name. -- View this message in context: http://old.nabble.com/Temporary-queues-and-event-driven-consumers-tp27852535p27852881.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.