Habari Client for OpenMQ 6.12
Object Pascal STOMP client library for OpenMQ
TBTQueue Class Reference

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

Inheritance diagram for TBTQueue:
TBTDestination IQueue IDestination TBTTemporaryQueue

Public Attributes

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

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.

Member Data Documentation

◆ QueueName

string TBTQueue::QueueName

The name of this queue.

See also
GetQueueName For reading