JMS_IBM_MSGTYPE
- Data type:
- System.Int32
- Property of:
- Message
The type of the message.
The valid values of the property are as follows:These values correspond to the message types that can be specified in the MsgType field of a message descriptor.
Valid value Meaning MQMT_DATAGRAM The message is one that does not require a reply. MQMT_REQUEST The message is one that requires a reply. MQMT_REPLY The message is a reply message. MQMT_REPORT The message is a report message. By default, the property is not set.
This property is not relevant when an application connects to a service integration bus.