Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
Loading...
Searching...
No Matches
TBTTemporaryQueue Class Reference

TBTTemporaryQueue. More...

Inheritance diagram for TBTTemporaryQueue:
TBTQueue ITemporaryQueue TBTDestination IQueue IDestination

Public Member Functions

 TBTTemporaryQueue (const string QueueName)
 
 Delete ()
 
- Public Member Functions inherited from TBTQueue
 TBTQueue (const string QueueName)
 

Additional Inherited Members

- Public Attributes inherited from TBTQueue
string QueueName
 The name of this queue.
 
- Public Attributes inherited from TBTDestination
TDestinationType DestinationType
 
- Protected Member Functions inherited from TBTDestination
TDestinationType GetDestinationType ()
 
 SetDestinationType (TDestinationType Value)
 

Detailed Description

TBTTemporaryQueue.

A TemporaryQueue object is a unique Queue object created for the duration of a Connection. It is a system-defined queue that can be consumed only by the Connection that created it.

Constructor & Destructor Documentation

◆ TBTTemporaryQueue()

TBTTemporaryQueue::TBTTemporaryQueue ( const string QueueName)

Member Function Documentation

◆ Delete()

TBTTemporaryQueue::Delete ( )