Interface JmsQueue

All Superinterfaces:
jakarta.jms.Destination, JmsDestination, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, jakarta.jms.Queue, Serializable
All Known Subinterfaces:
JmsTemporaryQueue
All Known Implementing Classes:
MQQueue, MQTemporaryQueue

public interface JmsQueue extends JmsDestination, jakarta.jms.Queue
JmsQueue interface - this is a jakarta.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