WebLogic Messaging API Class Library

IQueue Interface

A 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:

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.

public interface IQueue :

Requirements

Namespace: WebLogic.Messaging

Assembly: WebLogic.Messaging (in WebLogic.Messaging.dll)

See Also

IQueue Members | WebLogic.Messaging Namespace | CreateConsumer | CreateProducer | CreateQueue