Subscription Status attributes
The Subscription Status attributes provide information about the status of subscriptions.
Connection ID The currently active ConnectionId (CONNID) that has opened this subscription. Used to detect local publications. The valid format is an alphanumeric string of up to 48 case-sensitive characters.
Durable Whether durable subscriptions are permitted. Valid values are as follows:
- 1 = yes
- 2 = no
- -1 = not applicable
Host Name Name of the system on which the queue manager is running. The valid format is an alphanumeric string of up to 48 case-sensitive characters.
Last Date & Time The date and time that a message is last sent to this subscription by an MQPUT API call.
Msg Count Number of messages that are put to the destination that is specified by this subscription.
Origin Node Name of the node on which the data for the queue manager originates.
On z/OS systems, this name takes the form qmgr:smfid:MQESA, where qmgr is the name of the queue manager and smfid is the z/OS system or SMF ID.
QMgr Name Name of the queue manager. The valid format is an alphanumeric string of up to 48 case-sensitive characters.
Recent Date & Time Date and time that the most recent MQSUB connection to this subscription is made.
Sub ID Unique Subscription Identifier. The valid format is an alphanumeric string of up to 48 case-sensitive characters. The hover help only displays the first character of the Sub ID when you move the cursor over this column.
Sub Name The name of the application subscription. The valid format is a string of up to 256 UTF-8 characters.
Sub Type The type of the subscription. Valid values are as follows:
- -2 = User
- -1 = All
- 1 = API
- 2 = Admin
- 3 = Proxy
Sub User The user ID of the user that currently owns this subscription.