JMS destination object properties
Two properties of the Destination object control access to the MQMD from JMS, and a third controls message context.
Property | Short form | Description |
---|---|---|
WMQ_MQMD_WRITE_ENABLED | MDW | Whether a JMS application can set the values of MQMD fields |
WMQ_MQMD_READ_ENABLED | MDR | Whether a JMS application can extract the values of MQMD fields |
WMQ_MQMD_MESSAGE_ CONTEXT | MDCTX | What level of message context is to be set by the JMS application. The application must be running with appropriate context authority for this property to take effect |
Property | Valid values in administration tool (defaults in bold) | Valid values in programs | Set method |
---|---|---|---|
WMQ_MQMD_WRITE _ENABLED |
|
|
setMQMDWriteEnabled |
WMQ_MQMD_READ _ENABLED |
|
|
setMQMDReadEnabled |
WMQ_MQMD _MESSAGE_CONTEXT |
|
|
setMQMDMessageContext |