- Data type:
- String
- Property of:
- ConnectionFactory
The user data that is
passed to channel receive exits when they are called.
The value
of the property is a string of one or more items of user data separated by
commas. By default, the property is not set.
Note the following rules
when specifying user data that is passed to a sequence of channel receive
exits:
- If the number of items of user data in the string is more than the number
of channel receive exits in the sequence, the excess items of user data are
ignored.
- If the number of items of user data in the string is less than the number
of channel receive exits in the sequence, each unspecified item of user data
is set to the empty string.
- Two commas is succession within the string, or a comma at the beginning
of the string, also denotes an unspecified item of user data.
This property is relevant only when an application connects to
a queue manager in client mode.