Interface JmsQueue

All Superinterfaces:
javax.jms.Destination, JmsDestination, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, javax.jms.Queue, 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