Interface JmsTemporaryQueue
- All Superinterfaces:
jakarta.jms.Destination, JmsDestination, JmsPropertyContext, JmsQueue, JmsReadablePropertyContext, Map<String,Object>, jakarta.jms.Queue, Serializable, jakarta.jms.TemporaryQueue
- All Known Implementing Classes:
MQTemporaryQueue
JmsTemporaryQueue interface - this is a jakarta.jms.TemporaryQueue with properties.
A JMSTemporaryQueue implementation is a unique Queue object created for the duration of a
Connection.
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from interface JmsDestination
DESTINATION_TYPE_QUEUE, DESTINATION_TYPE_TOPIC -
Method Summary
Methods inherited from interface JmsPropertyContext
setBatchProperties, setBooleanProperty, setByteProperty, setBytesProperty, setCharProperty, setDoubleProperty, setFloatProperty, setIntProperty, setLongProperty, setObjectProperty, setShortProperty, setStringProperty, toJsonMethods inherited from interface JmsReadablePropertyContext
getBooleanProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getFloatProperty, getIntProperty, getLongProperty, getObjectProperty, getPropertyNames, getShortProperty, getStringProperty, propertyExists, stringifyMeMethods inherited from interface Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface jakarta.jms.Queue
getQueueName, toStringMethods inherited from interface jakarta.jms.TemporaryQueue
delete