![]() |
Habari STOMP Client for Artemis 9.4
Object Pascal STOMP client library for ActiveMQ Artemis
|
Represents an unique IQueue object created for the duration of an IConnection. More...
Public Member Functions | |
| TBTTemporaryQueue (const string QueueName) | |
| Delete () | |
| Deletes this temporary queue. | |
| Public Member Functions inherited from TBTQueue | |
| TBTQueue (const string QueueName) | |
| Constructor. | |
Additional Inherited Members | |
| Public Attributes inherited from TBTQueue | |
| string | QueueName |
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.
| TBTTemporaryQueue::TBTTemporaryQueue | ( | const string | QueueName | ) |
| TBTTemporaryQueue::Delete | ( | ) |
Deletes this temporary queue.
If there are existing receivers still using it, a EMQException will be thrown.
| EMQException |
Implements ITemporaryQueue.