TsgcWSPClient_STOMP_RabbitMQ › Methods › UnSubscribeEx
Low-level UNSUBSCRIBE for a subscription registered with a raw destination string.
procedure UnSubscribeEx(const aDestination: String);
| Name | Type | Description |
|---|---|---|
aDestination | const String | Raw RabbitMQ destination exactly as passed to the matching SubscribeEx call. |
Locates the subscription by destination and sends the UNSUBSCRIBE frame using its original subscription identifier. No effect if the destination was not previously subscribed.
sgcRabbitMQ.UnSubscribeEx('/exchange/logs/error.*');