Habari STOMP Client for RabbitMQ 9.4
Object Pascal STOMP client library for RabbitMQ
Loading...
Searching...
No Matches
IQueue Interface Reference

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

Inheritance diagram for IQueue:
IDestination ITemporaryQueue TBTQueue TBTTemporaryQueue TBTTemporaryQueue

Public Attributes

string QueueName
 The name of this queue.

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.

Member Data Documentation

◆ QueueName

string IQueue::QueueName

The name of this queue.

See also
GetQueueName For reading