setConnTag

 

public void setConnTag(byte[] cTag);

Sets 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 must have the value MQCT_NONE - its default value.

Parameters

  • cTag - the connection tag. The value is truncated if it is longer than 128 bytes.


uj28430_