+

Search Tips | Advanced Search

REPLYTOSTYLE

Determines how the JMSReplyTo field in a received message is constructed.


Applicable Objects

ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory, XAConnectionFactory, XAQueueConnectionFactory, XATopicConnectionFactory

JMS administration tool long name: REPLYTOSTYLE

JMS administration tool short name: RTOST


Programmatic access

Setters/getters


Values

If the JMSReplyTo value set by the sending application does not contain a queue manager name, the receiving queue manager inserts its own name in the MQMD. If you set this parameter to MQMD, the reply-to queue we use is on the receiving queue manager. If you set this parameter to RFH2, the reply-to queue we use is on the queue manager specified in the RFH2 of the sent message as originally set by the sending application.

If the JMSReplyTo value set by the sending application contains a queue manager name, the value of this parameter is unimportant because both the MQMD and RFH2 contain the same value.