Re: Temporary queues and event-driven consumers

2010-03-10 Thread Seth Call
Hi Michael, That is the syntax I used in both my 'routebuilder's in Camel. The second I take out ":temp:", everything works. Producer can send to consumer. Put it back in; no messages. Thanks! Seth On 3/10/10 11:13 AM, Michel Van Hoof wrote: ownedthx wrote: Hi all, I'm trying to u

Re: Temporary queues and event-driven consumers

2010-03-10 Thread Michel Van Hoof
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 pointe