MDWRITE

This property determines whether a JMS application can set the values of MQMD fields.

Applicable Objects

Queue, Topic

JMS administration tool long name: MDWRITE

JMS administration tool short name: MDR

Programmatic access

Setters/getters

  • MQDestination.setMQMDWriteEnabled()
  • MQDestination.getMQMDWriteEnabled()

Values

NO
All JMS_IBM_MQMD* properties are ignored and their values are not copied into the underlying MQMD structure. This is the default value for administrative tools.
For programs, use False.
YES
JMS_IBM_MQMD* properties are processed. Their values are copied into the underlying MQMD structure.
For programs, use True.