Package org.apache.qpid.jms
Class JmsQueue
java.lang.Object
org.apache.qpid.jms.jndi.JNDIStorable
org.apache.qpid.jms.JmsDestination
org.apache.qpid.jms.JmsQueue
- All Implemented Interfaces:
jakarta.jms.Destination,jakarta.jms.Queue,Externalizable,Serializable,Comparable<JmsDestination>,Referenceable
JMS Queue implementation
- See Also:
-
Field Summary
Fields inherited from class org.apache.qpid.jms.JmsDestination
address, connection, hashValue, temporary, topic -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.qpid.jms.JmsDestination
buildFromProperties, compareTo, equals, getAddress, hashCode, isQueue, isTemporary, isTopic, populateProperties, readExternal, setAddress, toString, writeExternalMethods inherited from class org.apache.qpid.jms.jndi.JNDIStorable
getProperties, getProperty, getReference, setPropertiesMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.jms.Queue
toString
-
Constructor Details
-
JmsQueue
public JmsQueue() -
JmsQueue
-
-
Method Details
-
getQueueName
- Specified by:
getQueueNamein interfacejakarta.jms.Queue- Returns:
- name
- See Also:
-
Queue.getQueueName()
-