Re: Camel MQ help needed

2012-09-28 Thread Jonathan Anstey
Something like this should do the trick (of course modify with your own URI/destination): ... queue:///MY_QUEUE?targetClient=1 On 12-09-28 02:53 PM, realice wrote: how do i do this within spring camel route? thanks -- View this message in context: http://camel.465427.n5.nabble

Re: Camel MQ help needed

2012-09-28 Thread Jonathan Anstey
Some options are listed here: http://camel.apache.org/jms.html#JMS-SettingJMSprovideroptionsonthedestination On 12-09-28 02:21 PM, realice wrote: thanks, turns out the mq queue needs a property of targetClient with a value of MQJMS_CLIENT_NONJMS_MQ(1), is there any way i can specify that in cam