On Message Delivered to Subscriber
AMPS provides modules to run actions when AMPS delivers a message to subscribers. The basic flow of AMPS messaging is to first receive a published message, find the subscriber(s) to which this message will be sent, then deliver the message to the subscriber(s).
The amps-action-on-deliver-message
runs actions when AMPS delivers a publish
message to subscribers.
This module requires the Topic
and the MessageType
of the message that has been delivered.
This module adds the following variables to the AMPS context:
Last updated