TsgcWSPClient_STOMP_ActiveMQ › Methods
Public methods grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Disconnect | Sends a DISCONNECT frame to gracefully shut down the ActiveMQ STOMP session. |
| Name | Description |
|---|---|
| SubscribeTopic | Subscribes to an ActiveMQ topic, prefixing the destination with /topic/. |
| UnSubscribeTopic | Removes a previous topic subscription. |
| PublishTopic | Publishes a message to an ActiveMQ topic. |
| Name | Description |
|---|---|
| SubscribeQueue | Subscribes to an ActiveMQ queue, prefixing the destination with /queue/. |
| UnSubscribeQueue | Removes a previous queue subscription. |
| PublishQueue | Publishes a message to an ActiveMQ queue. |
| Name | Description |
|---|---|
| SubscribeEx | Subscribes to an arbitrary STOMP destination using a full ActiveMQ header collection. |
| UnSubscribeEx | Removes a subscription previously opened with SubscribeEx. |
| PublishEx | Sends a message to an arbitrary STOMP destination using a full ActiveMQ header collection. |
| ACK | Sends an ACK frame acknowledging the successful consumption of a message. |
| NACK | Sends a NACK frame telling the server the message was not consumed. |
| Name | Description |
|---|---|
| BeginTransaction | Sends a BEGIN frame starting a new transaction identified by the supplied id. |
| CommitTransaction | Sends a COMMIT frame committing all sends and acks in the transaction. |
| AbortTransaction | Sends an ABORT frame rolling back the transaction in progress. |
| Name | Description |
|---|---|
| WriteData | Low-level write of a raw STOMP frame or stream over the WebSocket connection. |
| Name | Description |
|---|---|
| AbortTransaction | Sends an ABORT frame rolling back the transaction in progress. |
| ACK | Sends an ACK frame acknowledging the successful consumption of a message. |
| BeginTransaction | Sends a BEGIN frame starting a new transaction identified by the supplied id. |
| CommitTransaction | Sends a COMMIT frame committing all sends and acks in the transaction. |
| Disconnect | Sends a DISCONNECT frame to gracefully shut down the ActiveMQ STOMP session. |
| NACK | Sends a NACK frame telling the server the message was not consumed. |
| PublishEx | Sends a message to an arbitrary STOMP destination using a full ActiveMQ header collection. |
| PublishQueue | Publishes a message to an ActiveMQ queue. |
| PublishTopic | Publishes a message to an ActiveMQ topic. |
| SubscribeEx | Subscribes to an arbitrary STOMP destination using a full ActiveMQ header collection. |
| SubscribeQueue | Subscribes to an ActiveMQ queue, prefixing the destination with /queue/. |
| SubscribeTopic | Subscribes to an ActiveMQ topic, prefixing the destination with /topic/. |
| UnSubscribeEx | Removes a subscription previously opened with SubscribeEx. |
| UnSubscribeQueue | Removes a previous queue subscription. |
| UnSubscribeTopic | Removes a previous topic subscription. |
| WriteData | Low-level write of a raw STOMP frame or stream over the WebSocket connection. |