Re: camel route with temporary queue seems to just hang

2011-07-20 Thread dshaw
Thanks again for all of your help! Man spent way to much time on this. I hope after this camel gets easier lol -- View this message in context: http://camel.465427.n5.nabble.com/camel-route-with-temporary-queue-seems-to-just-hang-tp4613521p4616547.html Sent from the Camel - Users mailing list

Re: camel route with temporary queue seems to just hang

2011-07-19 Thread dshaw
Thanks for the reply Christian, Yea I was a bit confused because the camel documentation describes the jms uri as jms:[temp:][queue:|topic:]destinationName[?options]. I'll try the replyTo option and see how that goes. But just to confirm temporary queues can only be replied to, not as sources o

camel route with temporary queue seems to just hang

2011-07-19 Thread dshaw
I'm still pretty new to camel and activemq. //env java 1.5 spring 3.0.5 camel 2.6.0 activemq 5.4.2 I'm trying to create a route from a regular activemq queue to a temp queue. I'm not 100% sure where I'm going wrong. If I set my camel route from -> to to use a regular queue everything works f