Queue Control Data Structure

Declaration

vartpqctl: string(TPQCTL_SIZE);
Offset Type Description
TPQCTL_FLAGS number Indicates which of the values are set.
TPQCTL_DEQ_TIME number Absolute/relative time for dequeuing.
TPQCTL_PRIORITY number Enqueue priority.
TPQCTL_DIAGNOSTIC number Indicates reason for failure.
TPQCTL_MSGID string(32) Id of message before which to queue.
TPQCTL_CORRID string(32) Correlation id used to identify message.
TPQCTL_REPLYQUEUE string(16) Queue name for reply message.
TPQCTL_FAILUREQUEUE string(16) Queue name for failure message.
TPQCTL_CLTID1 number Client identifier for originating client.
TPQCTL_CLTID2 number
TPQCTL_CLTID3 number
TPQCTL_CLTID4 number
TPQCTL_URCODE number Application user-return code.
TPQCTL_APPKEY number Application authentication client key.