| Priority: | string | Outgoing message priority (if omitted uses incoming priority)
|
| CharacterSet: | string | IBM MQ Read and Write methods perform data conversion; they convert between the internal formats, and the IBM MQ message formats as defined by the Encoding and CharacterSet properties from the message. When writing a message you should, if possible, set values into Encoding and CharacterSet that match the characteristics of the recipient of the message. MQCCSI_INHERIT - Character data in the data following this structure is in the same character set as this structure. The queue manager changes this value in the structure sent in the message to the actual character-set identifier of the structure. MQCCSI_Q_MGR - Character data in the message is in the queue manager's character set. The default value for this field is MQCCSI_Q_MGR.
Select from one of the following options:
- MQCCSI_INHERIT {-2}
- MQCCSI_Q_MGR {0}
|
| Format: | string | Name of MQ message format. Default STRING
Select from one of the following options:
- NONE (no translation) {NONE}
- STRING (auto translation) {STRING}
|
| Type: | string | Type of the MQ message to be written
Select from one of the following options:
- Datagram {datagram} - An unsolicited message
- Request {request} - A message for which a response is expected
- Response {response} - A reply to a request message
|
| Persistence: | string | Message persistence. Default is as defined for the queue.
Select from one of the following options:
- Queue {queue} - Persist as defined by queue
- Persistent {persistent} - Message should be persistent
- Non-Persistent {non-persistent} - Message should be non-persistent
|
| Expiry: | integer | An expiry time expressed in tenths of a second. Enter 0 or leave blank for unlimited.
|