TsgcWSPClient_STOMP_ActiveMQ › Events

TsgcWSPClient_STOMP_ActiveMQ Events

Events you can handle, grouped by purpose, followed by the full alphabetical list.

Lifecycle

NameDescription
OnActiveMQConnectedFires after the ActiveMQ broker answers the CONNECT frame with a CONNECTED frame; exposes the negotiated session via a typed Headers object.
OnActiveMQDisconnectedFires when the ActiveMQ STOMP session is closed; reports the underlying WebSocket close code.
OnActiveMQErrorFires when an ERROR frame is received from the ActiveMQ broker; delivers the error message and the full ERROR Headers.
OnActiveMQPingFires when a heart-beat (single newline) is exchanged with the ActiveMQ broker; reports direction and timestamps of the last exchange.

Messaging

NameDescription
OnActiveMQMessageFires when a MESSAGE frame is received for an active ActiveMQ subscription; delivers the body, the typed Headers and the originating Subscription item.
OnActiveMQReceiptFires when a RECEIPT frame is received, confirming that a prior client frame requesting a receipt has been processed by ActiveMQ.

All Events (alphabetical)

NameDescription
OnActiveMQConnectedFires after the ActiveMQ broker answers the CONNECT frame with a CONNECTED frame; exposes the negotiated session via a typed Headers object.
OnActiveMQDisconnectedFires when the ActiveMQ STOMP session is closed; reports the underlying WebSocket close code.
OnActiveMQErrorFires when an ERROR frame is received from the ActiveMQ broker; delivers the error message and the full ERROR Headers.
OnActiveMQMessageFires when a MESSAGE frame is received for an active ActiveMQ subscription; delivers the body, the typed Headers and the originating Subscription item.
OnActiveMQPingFires when a heart-beat (single newline) is exchanged with the ActiveMQ broker; reports direction and timestamps of the last exchange.
OnActiveMQReceiptFires when a RECEIPT frame is received, confirming that a prior client frame requesting a receipt has been processed by ActiveMQ.