Interface JmsQueueConnection
- All Superinterfaces:
AutoCloseable, jakarta.jms.Connection, JmsConnection, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, jakarta.jms.QueueConnection, Serializable
- All Known Subinterfaces:
JmsXAQueueConnection
- All Known Implementing Classes:
MQQueueConnection, MQXAQueueConnection
JmsQueueConnection interface - this is a jakarta.jms.QueueConnection with properties.
A JmsQueueConnection is an active connection to a JMS point-to-point provider. A client uses a
JmsQueueConnection to create one or more JmsQueueSessions for producing and consuming messages.
Created by
QueueConnectionFactory.createQueueConnection()- See Also:
-
Nested Class Summary
-
Method Summary
Methods inherited from interface jakarta.jms.Connection
close, createConnectionConsumer, createDurableConnectionConsumer, createSession, createSession, createSession, createSharedConnectionConsumer, createSharedDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stopMethods 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.QueueConnection
createConnectionConsumer, createQueueSession