TsgcWSPClient_STOMP_RabbitMQ › Methods › UnSubscribeQueueOutside
Cancels a previous subscription registered with SubscribeQueueOutside.
procedure UnSubscribeQueueOutside(const aQueue: String);
| Name | Type | Description |
|---|---|---|
aQueue | const String | Queue name (without the /amq/queue/ prefix) passed to the matching SubscribeQueueOutside call. |
Sends an UNSUBSCRIBE frame for destination /amq/queue/aQueue. The queue itself is not deleted because it was declared outside the STOMP gateway.
sgcRabbitMQ.UnSubscribeQueueOutside('legacy.orders');