Re: ActiveMQ, Camel and Spring

2012-09-20 Thread Claus Ibsen
On Thu, Sep 20, 2012 at 12:18 PM, Gert de Wit gertdewi...@gmail.com wrote: Using camel-jms now, but not clear to me how to access the message-headers and body from Spring. Can someone some light on this ? Yes I did. I referred you to this FAQ

Re: ActiveMQ, Camel and Spring

2012-09-19 Thread Hadrian Zbarcea
Actually activemq-camel and camel-exec don't work well together because of a TypeConverter in activemq-camel. It does work with with camel-jms though, I'd recommend using that. Cheers, Hadrian On 09/19/2012 10:32 AM, Gert de Wit wrote: Hi all, Would like to access the ActiveMQ

Re: ActiveMQ, Camel and Spring

2012-09-19 Thread Claus Ibsen
Hi Ah you want to use some of the message headers from the JMS message consumed from ActiveMQ, in the exec endpoint when you call that native application? If so check this FAQ about dynamic to endpoints in Camel http://camel.apache.org/how-do-i-use-dynamic-uri-in-to.html You should use the

Re: ActiveMQ, Camel and Spring

2012-09-19 Thread James Strachan
On 19 September 2012 15:57, Hadrian Zbarcea hzbar...@gmail.com wrote: Actually activemq-camel and camel-exec don't work well together because of a TypeConverter in activemq-camel. Got any details of the problem the type converters in activemq-camel cause camel-exec? -- James ---