Does this help?
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r1/index.jsp?topic=%2Fcom.ibm.mq.doc%2Fmi21980_.htm


2013/6/3 shashi.kant <shashiski...@gmail.com>

> I have been trying to send message to a IBM websphere MQ queue which has to
> be in IBM500 charset, MQFMT_STRING format and encoding 273 from a Camel
> 2.10.4 application running on jboss. tried General ways of setting the
> connectionfactory properly with following values:
> connection.setTransportType(JMSC.MQJMS_CLIENT_NONJMS_MQ);
> connection.setStringProperty(WMQConstants.JMS_IBM_CHARACTER_SET, "500");
> connection.setStringProperty(WMQConstants.JMS_IBM_FORMAT,
> MQC.MQFMT_STRING);
> connection.setIntProperty(WMQConstants.JMS_IBM_ENCODING, 273);
> connection.setIntProperty(WMQConstants.WMQ_CONNECTION_MODE,
> WMQConstants.WMQ_CLIENT_NONJMS_MQ); I have tried
> IBMWebSphereMqDestinationResolver
>
> https://jira.springsource.org/secure/attachment/12688/IBMWebSphereMqDestinationResolver.java
> But everytime at the Websphere MQ end MQRFH2 header is there. I can't
> figure
> out any solution to this problem.. Somebody please help me out.
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Camel-always-sending-MQRFH2-headers-to-target-WebsphereMQ-queue-tp5733725.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
--
David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

Reply via email to