Interface JmsQueue
- All Superinterfaces:
jakarta.jms.Destination, JmsDestination, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, jakarta.jms.Queue, Serializable
- All Known Subinterfaces:
JmsTemporaryQueue
- All Known Implementing Classes:
MQQueue, MQTemporaryQueue
JmsQueue interface - this is a jakarta.jms.Queue with properties. Created using
Session.createQueue(String).
A JmsQueue object encapsulates a provider-specific queue name. It is the way that a client
specifies the identity of a queue to JMS methods.- 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, toString