com.ibm.msg.client.jms

Interface JmsQueue

  • All Superinterfaces:
    javax.jms.Destination, JmsDestination, JmsPropertyContext, JmsReadablePropertyContext, java.util.Map<java.lang.String,java.lang.Object>, javax.jms.Queue, java.io.Serializable
    All Known Subinterfaces:
    JmsTemporaryQueue
    All Known Implementing Classes:
    MQQueue, MQTemporaryQueue


    public interface JmsQueue
    extends JmsDestination, javax.jms.Queue
    JmsQueue interface - this is a javax.jms.Queue with properties. Created using Session.createQueue(String). A JmsQueue object encapsulates a provider-specific queue name. It is the way that a client specifies the identity of a queue to JMS methods.
    See Also:
    Destination, Queue
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.