IQueue object encapsulates a provider-specific queue name. It is the way a client specifies the identity of a queue to JMS API methods. For those methods that use a IDestination as a parameter, a IQueue object used as an argument. For example, a queue can be used to create a IMessageConsumer and a IMessageProducer by calling: ISession.CreateConsumer(IDestination destination)ISession.CreateProducer(IDestination destination)The actual length of time messages are held by a queue and the consequences of resource overflow are not defined by the JMS API.
For a list of all members of this type, see IQueue Members.
Namespace: WebLogic.Messaging
Assembly: WebLogic.Messaging (in WebLogic.Messaging.dll)
IQueue Members | WebLogic.Messaging Namespace | CreateConsumer | CreateProducer | CreateQueue