webmethods MQ Adapter and the CICS Bridge

Hi,

I’ve tried this last week sending messages to the cics bridge with the MQ adapter for a proof of concepte.

If I want the bridge to take my messages I need to build the MQCIH header. Since the adapter doesn’t have this option, I’ve tried building it using the MQMessage class from the com.ibm.mq.jar. But the bridge still doesn’t take my message. It ends up in the dead letter queue with the error “2110 format error”.

Take note that I’m converting the bytes from the message to string since the adapter doesn’t see my bytes array for a weird reason.

Did anyone had some succes to make the mq adapter send messages to the CICS bridge ?