TsgcWSPClient_STOMP_ActiveMQ › Methods

TsgcWSPClient_STOMP_ActiveMQ Methods

Public methods grouped by purpose, followed by the full alphabetical list.

Connection

NameDescription
DisconnectSends a DISCONNECT frame to gracefully shut down the ActiveMQ STOMP session.

Topics

NameDescription
SubscribeTopicSubscribes to an ActiveMQ topic, prefixing the destination with /topic/.
UnSubscribeTopicRemoves a previous topic subscription.
PublishTopicPublishes a message to an ActiveMQ topic.

Queues

NameDescription
SubscribeQueueSubscribes to an ActiveMQ queue, prefixing the destination with /queue/.
UnSubscribeQueueRemoves a previous queue subscription.
PublishQueuePublishes a message to an ActiveMQ queue.

Extended

NameDescription
SubscribeExSubscribes to an arbitrary STOMP destination using a full ActiveMQ header collection.
UnSubscribeExRemoves a subscription previously opened with SubscribeEx.
PublishExSends a message to an arbitrary STOMP destination using a full ActiveMQ header collection.
ACKSends an ACK frame acknowledging the successful consumption of a message.
NACKSends a NACK frame telling the server the message was not consumed.

Transactions

NameDescription
BeginTransactionSends a BEGIN frame starting a new transaction identified by the supplied id.
CommitTransactionSends a COMMIT frame committing all sends and acks in the transaction.
AbortTransactionSends an ABORT frame rolling back the transaction in progress.

Advanced

NameDescription
WriteDataLow-level write of a raw STOMP frame or stream over the WebSocket connection.

All Methods (alphabetical)

NameDescription
AbortTransactionSends an ABORT frame rolling back the transaction in progress.
ACKSends an ACK frame acknowledging the successful consumption of a message.
BeginTransactionSends a BEGIN frame starting a new transaction identified by the supplied id.
CommitTransactionSends a COMMIT frame committing all sends and acks in the transaction.
DisconnectSends a DISCONNECT frame to gracefully shut down the ActiveMQ STOMP session.
NACKSends a NACK frame telling the server the message was not consumed.
PublishExSends a message to an arbitrary STOMP destination using a full ActiveMQ header collection.
PublishQueuePublishes a message to an ActiveMQ queue.
PublishTopicPublishes a message to an ActiveMQ topic.
SubscribeExSubscribes to an arbitrary STOMP destination using a full ActiveMQ header collection.
SubscribeQueueSubscribes to an ActiveMQ queue, prefixing the destination with /queue/.
SubscribeTopicSubscribes to an ActiveMQ topic, prefixing the destination with /topic/.
UnSubscribeExRemoves a subscription previously opened with SubscribeEx.
UnSubscribeQueueRemoves a previous queue subscription.
UnSubscribeTopicRemoves a previous topic subscription.
WriteDataLow-level write of a raw STOMP frame or stream over the WebSocket connection.