GCP PubSub Subscriber Agent Input/Output Data and MIM

Input/Output Data

This section includes information about the data type that the agent expects and delivers.

The agent produces bytearray types.

MIM

For information about the MIM and a list of the general MIM parameters, see MIM.

Publishes

The following MIM parameters are published at agent level:

MIM Parameter

Description

MIM Parameter

Description

messagesReceived

This MIM parameter states that the messages have been received but still outstanding for delivery (pending acknowledgement).

messagesAcknowledged

This MIM parameter states that the messages have been acknowledged through the ACK.

messagesNacked

This MIM parameter states that the messages have been received but failed for delivery. The PubSub will attempt to redeliver such messages.

Accesses

The agent does not access any MIM resources.