Thank you for your quick reply in this matter Claus. We are currently using camel 1.4 (testing with 1.4.0.0. & 1.4.2.0). The aim of our project is picking up a short textmessage from the activeMQ queue and sending it to a websphere queue. However for websphere too accept textmessages it seems from previous testing a few IBM specific properties in the JMSheader must be set accordingly:
property: JMS_IBM_Format must be of format: MQC.MQFMT_STRING property: JMS_IBM_MsgType must be set as MQC.MQMT_REQUEST property: JMSReplyTo must also be set to a valid replyToqueue on the ibm mq. (A lot of reading about these properties may be found at: http://publib.boulder.ibm.com/infocenter/wbihelp/v6rxmx/index.jsp ) Unless these minimum parameters are set it appears the receiving application will not accept our messages. Do you believe with using camel it would be possible to solve this task? I am not quite certain too what you mean with 'Can't you use String, Integer or the likes?' Is there an alternative solution to what we are trying to achieve? -- View this message in context: http://www.nabble.com/Bridging-the-ActiveMQ-with-IBM-Websphere-using-Camel-tp19623329s22882p19623857.html Sent from the Camel - Users mailing list archive at Nabble.com.