Two <name, value> pairs holding information required for MQe 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 MQe
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 an MQe 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 the
following table:
Table 1. Strings in MQeJMSMsgFieldNames.MQe_JMS_CLASSJMS 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 |