TBTQueue Class Reference

Queue. More...

Inheritance diagram for TBTQueue:

TBTDestination IQueue IDestination

List of all members.

Public Attributes

TDestinationType DestinationType
string QueueName
 The name of this queue.


Detailed Description

Queue.

A Queue object encapsulates a provider-specific queue name. It is the way a client specifies the identity of a queue to JMS API methods.

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

See also:
http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Queue.html

Member Data Documentation

TDestinationType TBTQueue::DestinationType

See also:
GetDestinationType For reading

Reimplemented from TBTDestination.

The name of this queue.

See also:
GetQueueName For reading


Generated by doxygen