RECEIVECONVERSION
Destination property that determines if data conversion is going to be performed by the queue manager.
Applicable Objects
Queue, Topic
JMS administration tool long name: RECEIVECONVERSION
JMS administration tool short name: RCNV
Programmatic access
- Setters/Getters
-
- MQDestination.setReceiveConversion
- MQDestination.getReceiveConversion
Values
- WMQConstants.WMQ_RECEIVE_CONVERSION_CLIENT_MSG
- 1 - Only perform data conversion on the JMS client. The default value from up to V7.0, and from, and including, 7.0.1.5.
- WMQConstants.WMQ_RECEIVE_CONVERSION_QMGR
- 2 - Perform data conversion on the queue manager before sending a message to the client. The default (and only) value from V7.0 to V7.0.1.4 inclusive, except if APAR IC72897 is applied.
Parent topic: Properties of IBM MQ classes for JMS objects