getConnTag
public byte[] getConnTag();
Gets the value of the queue manager connection tag. It is used by the queue manager to serialize access to the affected resources. This tag is only used when connecting to a z/OS queue manager. On other platforms it will have the value MQCT_NONE - its default value.
- Returns
- the String value of the queue manager connection tag.
uj27800_