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

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