![]() |
Habari STOMP Client for RabbitMQ 9.4
Object Pascal STOMP client library for RabbitMQ
|
Represents an unique IQueue object created for the duration of an IConnection. More...
Public Member Functions | |
Delete () | |
Deletes this temporary queue. |
Additional Inherited Members | |
Public Attributes inherited from IQueue | |
string | QueueName |
The name of this queue. |
Represents an unique IQueue object created for the duration of an IConnection.
It is a system-defined queue that can be consumed only by the IConnection that created it.
ITemporaryQueue::Delete | ( | ) |
Deletes this temporary queue.
If there are existing receivers still using it, a EMQException will be thrown.
EMQException |
Implemented in TBTTemporaryQueue.