An overview of the properties of the Message object, with links to more detailed reference information.
Name of property | Description |
---|---|
JMS_IBM_CHARACTER_SET | The identifier (CCSID) of the coded character set, or code page, that the strings of character data in the body of the message will be in when the XMS client forwards the message to its intended destination. In XMS this property has a numeric value and maps to CCSID. However, this property is based on a JMS property so has a string type value and maps to the Java character set that represents this numeric CCSID. |
JMS_IBM_ENCODING | How numerical data in the body of the message will be represented when the XMS client forwards the message to its intended destination. |
JMS_IBM_EXCEPTIONMESSAGE | Text that describes why the message was sent to the exception destination. This property is read-only. |
JMS_IBM_EXCEPTIONPROBLEMDESTINATION | The name of the destination that the message was at before the message was sent to the exception destination. |
JMS_IBM_EXCEPTIONREASON | A reason code indicating the reason why the message was sent to the exception destination. |
JMS_IBM_EXCEPTIONTIMESTAMP | The time when the message was sent to the exception destination. |
JMS_IBM_FEEDBACK | A code that indicates the nature of a report message. |
JMS_IBM_FORMAT | The nature the application data in the message. |
JMS_IBM_LAST_MSG_IN_GROUP | Indicate whether the message is the last message in a message group. |
JMS_IBM_MSGTYPE | The type of the message. |
JMS_IBM_PUTAPPLTYPE | The type of application that sent the message. |
JMS_IBM_PUTDATE | The date when the message was sent. |
JMS_IBM_PUTTIME | The time when the message was sent. |
JMS_IBM_REPORT_COA | Request confirm on arrival report messages, specifying how much application data from the original message must be included in a report message. |
JMS_IBM_REPORT_COD | Request confirm on delivery report messages, specifying how much application data from the original message must be included in a report message. |
JMS_IBM_REPORT_DISCARD_MSG | Request that the message is discarded if it cannot be delivered to its intended destination. |
JMS_IBM_REPORT_EXCEPTION | Request exception report messages, specifying how much application data from the original message must be included in a report message. |
JMS_IBM_REPORT_EXPIRATION | Request expiration report messages, specifying how much application data from the original message must be included in a report message. |
JMS_IBM_REPORT_NAN | Request negative action notification report messages. |
JMS_IBM_REPORT_PAN | Request positive action notification report messages. |
JMS_IBM_REPORT_PASS_CORREL_ID | Request that the correlation identifier of any report or reply message is the same as that of the original message. |
JMS_IBM_REPORT_PASS_MSG_ID | Request that the message identifier of any report or reply message is the same as that of the original message. |
JMS_IBM_SYSTEM_MESSAGEID | An identifier that identifies the message uniquely within the service integration bus. This property is read-only. |
JMSX_APPID | The name of the application that sent the message. |
JMSX_DELIVERY_COUNT | The number of attempts to deliver the message. |
JMSX_GROUPID | The identifier of the message group to which the message belongs. |
JMSX_GROUPSEQ | The sequence number of the message within a message group. |
JMSX_USERID | The user identifier associated with the application that sent the message. |