MQ record properties

This page describes these MQ record properties:

For details on the other properties, see these pages:

Queue name

Queue name is required and refers to the logical queue name, which can be no more than 8 characters. For details on the meaning of your input, see MQSeries-related EGL keywords.

Include message in transaction

Include message in transaction, if set, embeds each of the record-specific messages in a transaction, and your code can commit or roll back that transaction.

For details on the implications of your choice, see MQSeries support.

Open input queue for exclusive use

If you set Open input queue for exclusive use, your code has the exclusive ability to read from the message queue; otherwise, other programs can read from the queue. This property is equivalent to the MQSeries option MQOO_INPUT_EXCLUSIVE.

Related concepts
MQSeries-related EGL keywords
MQSeries support
Record types and properties

Related reference
Options records for MQ records
Properties that support variable-length records