Hi

Please use the user mailing list / forum for question on Camel as we say here
http://camel.apache.org/discussion-forums.html

On Mon, Jun 3, 2013 at 5:20 PM, shashi.kant <shashiski...@gmail.com> wrote:
> 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.javaBut
> 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-tp5733713.html
> Sent from the Camel Development mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
www.camelone.org: The open source integration conference.

Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to