![]() |
Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
|
A Queue object encapsulates a provider-specific queue name. More...
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) | |
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.
| TBTQueue::TBTQueue | ( | const string | QueueName | ) |
| string TBTQueue::QueueName |
The name of this queue.