We are connecting to MQ using an in-house written classes which encapsulates all the JMS code from everyone. This code has been audited externally by IBM.
I have a an MDB running in websphere, listening to messages from MQ series. The bean sends the message to a Session bean which has Transaction control settings set as Required. When the responce comes ...