TsgcWSPClient_STOMP_RabbitMQ › Methods › UnSubscribeTemporaryQueue
Cancels a previous subscription registered with SubscribeTemporaryQueue.
procedure UnSubscribeTemporaryQueue(const aQueue: String);
| Name | Type | Description |
|---|---|---|
aQueue | const String | Temporary queue identifier (without the /temp-queue/ prefix) passed to the matching SubscribeTemporaryQueue call. |
Sends an UNSUBSCRIBE frame for destination /temp-queue/aQueue. The temporary queue will be auto-deleted by the broker once the connection closes even if UnSubscribeTemporaryQueue is not called.
sgcRabbitMQ.UnSubscribeTemporaryQueue('replies');