Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
Loading...
Searching...
No Matches
TBTQueue Class Reference

Encapsulates a provider-specific queue name. More...

Inheritance diagram for TBTQueue:
TBTDestination IQueue IDestination TBTTemporaryQueue

Public Member Functions

 TBTQueue (const string QueueName)
 Constructor.

Public Attributes

string QueueName

Detailed Description

Encapsulates a provider-specific queue name.

It is the way a client specifies the identity of a queue to API methods.

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)

Constructor.

Member Data Documentation

◆ QueueName

string TBTQueue::QueueName
See also
GetQueueName For reading