WebSphere MQ Everyplace JMS information

Two <name, value> pairs holding information required for WebSphere MQ Everyplace to recreate the JMS message are added directly to the MQeMsgObject:

MQe.MQe_JMS_VERSION
This contains a short describing the version number of the WebSphere MQ Everyplace JMS implementation used to store the message. The current version number is 1. The presence or absence of a field named MQe.MQe_JMS_VERSION is used to determine if an MQeMsgObject contains a WebSphere MQ Everyplace JMS message.

MQeJMSMsgFieldNames.MQe_JMS_CLASS
This contains a String describing the type of JMS message body stored in the MQeMsgObject. It defines the strings in Table 24.

Table 7. Strings in MQeJMSMsgFieldNames.MQe_JMS_CLASS

JMS message type MQe.MQe_JMS_CLASS
Bytes message jms_bytes
Map message jms_map
Null message jms_null
Object message jms_object
Stream message jms_stream
Text message jms_text



© IBM Corporation 2002. All Rights Reserved