Class ActiveMQQueue
java.lang.Object
org.apache.activemq.artemis.jndi.JNDIStorable
org.apache.activemq.artemis.jms.client.ActiveMQDestination
org.apache.activemq.artemis.jms.client.ActiveMQQueue
- All Implemented Interfaces:
Destination,Queue,Serializable,Referenceable
- Direct Known Subclasses:
ActiveMQTemporaryQueue
ActiveMQ Artemis implementation of a JMS Queue.
This class can be instantiated directly.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.activemq.artemis.jms.client.ActiveMQDestination
ActiveMQDestination.TYPE -
Field Summary
Fields inherited from class org.apache.activemq.artemis.jms.client.ActiveMQDestination
QUEUE_QUALIFIED_PREFIX, TEMP_QUEUE_QUALIFED_PREFIX, TEMP_TOPIC_QUALIFED_PREFIX, TOPIC_QUALIFIED_PREFIX -
Constructor Summary
ConstructorsConstructorDescriptionActiveMQQueue(String address) ActiveMQQueue(String address, boolean temporary) ActiveMQQueue(String address, boolean temporary, ActiveMQSession session) ActiveMQQueue(String address, String name) Deprecated.ActiveMQQueue(SimpleString address) -
Method Summary
Methods inherited from class org.apache.activemq.artemis.jms.client.ActiveMQDestination
buildFromProperties, createDestination, createDestination, createQueue, createQueue, createQueue, createQueueAddressFromName, createQueueNameForSharedSubscription, createQueueNameForSubscription, createTemporaryQueue, createTemporaryQueue, createTemporaryQueue, createTemporaryQueue, createTemporaryTopic, createTemporaryTopic, createTemporaryTopic, createTemporaryTopic, createTopic, createTopic, createTopic, createTopicAddressFromName, decomposeQueueNameForDurableSubscription, delete, fromPrefixed1XName, fromPrefixedName, fromPrefixedName, getAddress, getCreated, getName, getQueueAttributes, getQueueConfiguration, getSimpleAddress, getType, isCreated, isQueue, isTemporary, populateProperties, setAddress, setCreated, setCreated, setSimpleAddress, setSimpleAddressMethods inherited from class org.apache.activemq.artemis.jndi.JNDIStorable
getReference, readObject, writeObject
-
Constructor Details
-
ActiveMQQueue
public ActiveMQQueue() -
ActiveMQQueue
-
ActiveMQQueue
-
ActiveMQQueue
Deprecated. -
ActiveMQQueue
-
ActiveMQQueue
-
-
Method Details
-
getQueueName
Description copied from interface:QueueGets the name of this queue.Clients that depend upon the name are not portable.
- Specified by:
getQueueNamein interfaceQueue- Returns:
- the queue name
-
toString
Description copied from interface:QueueReturns a string representation of this object.- Specified by:
toStringin interfaceQueue- Overrides:
toStringin classActiveMQDestination- Returns:
- the provider-specific identity values for this queue
-
equals
- Overrides:
equalsin classActiveMQDestination
-
hashCode
public int hashCode()- Overrides:
hashCodein classActiveMQDestination
-