Interface JmsQueueConnectionFactory
- All Superinterfaces:
jakarta.jms.ConnectionFactory, JmsConnectionFactory, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, jakarta.jms.QueueConnectionFactory, Serializable
- All Known Subinterfaces:
JmsXAQueueConnectionFactory
- All Known Implementing Classes:
MQQueueConnectionFactory, MQXAQueueConnectionFactory
public interface JmsQueueConnectionFactory
extends JmsConnectionFactory, jakarta.jms.QueueConnectionFactory
JmsQueueConnectionFactory interface - this is a jakarta.jms.QueueConnectionFactory with properties.
A client uses a JmsQueueConnectionFactory to create JmsQueueConnection objects with a JMS
point-to-point provider.
- See Also:
-
Nested Class Summary
-
Method Summary
Methods inherited from interface jakarta.jms.ConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContextMethods 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.QueueConnectionFactory
createQueueConnection, createQueueConnection