Reply to queue manager

Use this property to specify the name of the reply queue manager upon which the reply queue resides.

There is no default value. If this value is blank for an input link, the default value for the target message is used. If this value is blank for an output link, this property is not used for filtering messages.

For input links, valid names are up to 48 characters. This property is not available for request links. The reply queue must reside on the queue manager to which the connector is connected.

For output links, you can select or type one name or type multiple names that are separated by spaces or commas up to a total of 512 characters. This property is used for filtering on multiple names.

You can use different ways to specify this value for input links and output links:

  • Specify the value at the job level. You type the value in this property, which sets the value at design time for all messages in this job. If, for some reason, you also specify the data element as a column in the schema (see below), the data element takes precedence over the property.
  • For input links, you can specify the value at the message level. Instead of this property, you specify a column in the schema for this value by selecting the corresponding value (see below) as the Data element value on the Columns tab. The value that is stored in each incoming message is then used during runtime processing when it is put on the queue. The value in the input link schema overrides the design-time value of this property at runtime.

    For output links, you can view only the value in the Data element column that was retrieved when the message was read from the queue. Generally speaking, you use the data element on an output link when you plan to use this value later on in your job processing.

The data element for this property is WSMQ.REPLYTOQMGR.