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,java.io.Externalizable,java.io.Serializable,java.lang.Comparable<JmsDestination>,javax.naming.Referenceable
public class JmsQueue extends JmsDestination implements jakarta.jms.Queue
JMS Queue implementation- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.qpid.jms.JmsDestination
address, connection, hashValue, temporary, topic
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetQueueName()-
Methods inherited from class org.apache.qpid.jms.JmsDestination
buildFromProperties, compareTo, equals, getAddress, hashCode, isQueue, isTemporary, isTopic, populateProperties, readExternal, setAddress, toString, writeExternal
-
Methods inherited from class org.apache.qpid.jms.jndi.JNDIStorable
getProperties, getProperty, getReference, setProperties
-
-