TsgcWSPClient_STOMP_ActiveMQ › Events
TsgcWSPClient_STOMP_ActiveMQ Events
Events you can handle, grouped by purpose, followed by the full alphabetical list.
Lifecycle
| Name | Description |
| OnActiveMQConnected | Fires after the ActiveMQ broker answers the CONNECT frame with a CONNECTED frame; exposes the negotiated session via a typed Headers object. |
| OnActiveMQDisconnected | Fires when the ActiveMQ STOMP session is closed; reports the underlying WebSocket close code. |
| OnActiveMQError | Fires when an ERROR frame is received from the ActiveMQ broker; delivers the error message and the full ERROR Headers. |
| OnActiveMQPing | Fires when a heart-beat (single newline) is exchanged with the ActiveMQ broker; reports direction and timestamps of the last exchange. |
Messaging
| Name | Description |
| OnActiveMQMessage | Fires when a MESSAGE frame is received for an active ActiveMQ subscription; delivers the body, the typed Headers and the originating Subscription item. |
| OnActiveMQReceipt | Fires when a RECEIPT frame is received, confirming that a prior client frame requesting a receipt has been processed by ActiveMQ. |
All Events (alphabetical)
| Name | Description |
| OnActiveMQConnected | Fires after the ActiveMQ broker answers the CONNECT frame with a CONNECTED frame; exposes the negotiated session via a typed Headers object. |
| OnActiveMQDisconnected | Fires when the ActiveMQ STOMP session is closed; reports the underlying WebSocket close code. |
| OnActiveMQError | Fires when an ERROR frame is received from the ActiveMQ broker; delivers the error message and the full ERROR Headers. |
| OnActiveMQMessage | Fires when a MESSAGE frame is received for an active ActiveMQ subscription; delivers the body, the typed Headers and the originating Subscription item. |
| OnActiveMQPing | Fires when a heart-beat (single newline) is exchanged with the ActiveMQ broker; reports direction and timestamps of the last exchange. |
| OnActiveMQReceipt | Fires when a RECEIPT frame is received, confirming that a prior client frame requesting a receipt has been processed by ActiveMQ. |