Class ActiveMQTemporaryQueue
- java.lang.Object
-
- org.apache.activemq.artemis.jndi.JNDIStorable
-
- org.apache.activemq.artemis.jms.client.ActiveMQDestination
-
- org.apache.activemq.artemis.jms.client.ActiveMQQueue
-
- org.apache.activemq.artemis.jms.client.ActiveMQTemporaryQueue
-
- All Implemented Interfaces:
Destination,Queue,TemporaryQueue,Serializable,Referenceable
public class ActiveMQTemporaryQueue extends ActiveMQQueue implements TemporaryQueue
ActiveMQ Artemis implementation of a JMS TemporaryQueue.
This class can be instantiated directly.- See Also:
- Serialized Form
-
-
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
Constructors Constructor Description ActiveMQTemporaryQueue()ActiveMQTemporaryQueue(String address, ActiveMQSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()StringtoString()Returns a string representation of this object.-
Methods inherited from class org.apache.activemq.artemis.jms.client.ActiveMQQueue
getQueueName
-
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, getName, getQueueAttributes, getQueueConfiguration, getSimpleAddress, getType, isCreated, isQueue, isTemporary, populateProperties, setAddress, setCreated, setSimpleAddress
-
Methods inherited from class org.apache.activemq.artemis.jndi.JNDIStorable
getReference, readObject, writeObject
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jakarta.jms.Queue
getQueueName
-
Methods inherited from interface jakarta.jms.TemporaryQueue
delete
-
-
-
-
Constructor Detail
-
ActiveMQTemporaryQueue
public ActiveMQTemporaryQueue()
-
ActiveMQTemporaryQueue
public ActiveMQTemporaryQueue(String address, ActiveMQSession session)
- Parameters:
address-session-
-
-
Method Detail
-
toString
public String toString()
Description copied from interface:QueueReturns a string representation of this object.- Specified by:
toStringin interfaceQueue- Overrides:
toStringin classActiveMQQueue- Returns:
- the provider-specific identity values for this queue
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classActiveMQQueue
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActiveMQQueue
-
-