Habari STOMP Client for RabbitMQ 9.4
Object Pascal STOMP client library for RabbitMQ
Loading...
Searching...
No Matches
ITemporaryQueue Interface Reference

Represents an unique IQueue object created for the duration of an IConnection. More...

Inheritance diagram for ITemporaryQueue:
IQueue IDestination TBTTemporaryQueue

Public Member Functions

 Delete ()
 Deletes this temporary queue.

Additional Inherited Members

Public Attributes inherited from IQueue
string QueueName
 The name of this queue.

Detailed Description

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.

Warning
This interface is not supported by ActiveMQ Artemis.

Member Function Documentation

◆ Delete()

ITemporaryQueue::Delete ( )

Deletes this temporary queue.

If there are existing receivers still using it, a EMQException will be thrown.

Exceptions
EMQException

Implemented in TBTTemporaryQueue.