Re: Make camek route to variable queue depending on some activeMQ message's header value

2011-07-12 Thread Claus Ibsen
Hi See this FAQ http://camel.apache.org/faq.html http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html On Tue, Jul 12, 2011 at 6:04 PM, shostelet wrote: > Hi, > > I'm currently working on a ActiveMQ/Camel server using Stomp protocol, in > order to receive data, crunch them in some API, an

Re: Make camek route to variable queue depending on some activeMQ message's header value

2011-07-12 Thread shostelet
Ok, I like that when I post on a forum, spend a little time looking again at docs, and then find a solution ! So, instead of a i've set up : ... http://localapi/";> activemq:responseSession/${header.sessionID} Now I just have to make sure this header value looks like what i expect. -- Vi

Make camek route to variable queue depending on some activeMQ message's header value

2011-07-12 Thread shostelet
Hi, I'm currently working on a ActiveMQ/Camel server using Stomp protocol, in order to receive data, crunch them in some API, and give the result back on a "response" ActiveMQ queue. I'm configuring the whole thing thanks to spring XML, as the first and last time i've coded some java was at unive