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

A Queue object encapsulates a provider-specific queue name. More...

Inheritance diagram for TBTQueue:
TBTDestination IQueue IDestination TBTTemporaryQueue

Public Member Functions

 TBTQueue (const string QueueName)
 

Public Attributes

string QueueName
 The name of this queue.
 
- Public Attributes inherited from TBTDestination
TDestinationType DestinationType
 

Additional Inherited Members

- Protected Member Functions inherited from TBTDestination
TDestinationType GetDestinationType ()
 
 SetDestinationType (TDestinationType Value)
 

Detailed Description

A Queue object encapsulates a provider-specific queue name.

It is the way a client specifies the identity of a queue.

The actual length of time messages are held by a queue and the consequences of resource overflow are not defined by the API.

Constructor & Destructor Documentation

◆ TBTQueue()

TBTQueue::TBTQueue ( const string QueueName)

Member Data Documentation

◆ QueueName

string TBTQueue::QueueName

The name of this queue.

See also
GetQueueName For reading