Message object class | Features |
---|---|
com.ibm.mqe.MQeMsgObject | Base MQe message class. MQeFields methods used to get/put user data. |
com.ibm.mqe.mqemqmessage. MQeMQMsgObject | Adds the ability to set the contents of the MQMD and the payload of the MQ message that will be generated by the bridge. |
com.ibm.mqe.mqemqmessage. MQePubSubMsgObject | Adds specific pub/sub methods to drive the behavior of the broker. |
com.ibm.broker.mqimqe.wrapper. MQeMbMsgObject | Adds the ability to set the equivalent data to that held in the MQMD of an MQ message. MQeFields methods using defined constants are used to implement pub/sub functionality. |
Task | Message object class |
---|---|
MQe message tunnelling | com.ibm.mqe.MQeMsgObject (or any subclass appropriate to the application) |
JMS usage with MQe/MQ | com.ibm.mqe.MQeMsgObject (with specifically formatted content) |
Driving MQ applications | com.ibm.mqe.mqemqmessage.MQeMQMsgObject (or any
subclass appropriate to the application) Note: The default character set
for MQeMQMsgObject is 1200. When used with the Websphere Message Broker, this
should be altered to 1208.
com.ibm.mqe.mqemqmessage.MQePubSubMsgObject (or any subclass appropriate to the application) |
Publish/subscribe (via MQePubSubMsgObject) | com.ibm.mqe.mqemqmessage.MQePubSubMsgObject (or any subclass appropriate to the application) |
Publish/subscribe (via MQeMbMsgObject) | com.ibm.broker.mqimqe.wrapper.MQeMbMsgObject |