MQe JMS information

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_CLASS
JMS message typeMQe.MQe_JMS_CLASS
Bytes messagejms_bytes
Map messagejms_map
Null messagejms_null
Object messagejms_object
Stream messagejms_stream
Text messagejms_text

Parent topic: Mapping JMS messages to MQe messages