Fwd: [Camel + Websphere MQ ] How to send MQRFH2 properties and ReplyToQ

2013-11-07 Thread Rachit Gandhi
Hi All, I am trying to set MQRFH2 properties (usr proeprties ) using Camel. But When the message arrives on the queue the properties are not set. In the code below I am trying to set a string property and its value (i.e. foo = bar ), but the property is not set when massage arrives on the Queue.

Re: [Camel + Websphere MQ ] How to send MQRFH2 properties and ReplyToQ

2013-11-07 Thread David Karlsen
Hi. Try using this custom implementation of a Spring DestinationResolver which I attached this JIRA: https://jira.springsource.org/browse/SPR-3614 - works for me. Certain MQMD fields are mapped into a JMS set of properties, see: http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=

Re: [Camel + Websphere MQ ] How to send MQRFH2 properties and ReplyToQ

2013-11-07 Thread nanotech
Hi David, Thanks for the reply. I am not using Spring user. Can you give me a pointer as to how to use in a non-spring setting (i.e. using Java DSL ) -- View this message in context: http://camel.465427.n5.nabble.com/Fwd-Camel-Websphere-MQ-How-to-send-MQRFH2-properties-and-ReplyToQ

Re: [Camel + Websphere MQ ] How to send MQRFH2 properties and ReplyToQ

2013-11-07 Thread David Karlsen
; Thanks for the reply. > I am not using Spring user. Can you give me a pointer as to how to use in a > non-spring setting (i.e. using Java DSL ) > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Fwd-Camel-Websphere-MQ-How-to-send-MQRFH2-properties-an

Re: [Camel + Websphere MQ ] How to send MQRFH2 properties and ReplyToQ

2013-11-08 Thread nanotech
u give me pointers on how to achieve this ? -- View this message in context: http://camel.465427.n5.nabble.com/Fwd-Camel-Websphere-MQ-How-to-send-MQRFH2-properties-and-ReplyToQ-tp5742791p5742883.html Sent from the Camel - Users mailing list archive at Nabble.com.