Class QueueConnectionFactory
java.lang.Object
com.sun.messaging.AdministeredObject
com.sun.messaging.BasicConnectionFactory
com.sun.messaging.ConnectionFactory
com.sun.messaging.QueueConnectionFactory
- All Implemented Interfaces:
jakarta.jms.ConnectionFactory, jakarta.jms.QueueConnectionFactory, Serializable, Referenceable
public class QueueConnectionFactory
extends ConnectionFactory
implements jakarta.jms.QueueConnectionFactory
A
QueueConnectionFactory is used to create QueueConnections with the OpenMQ Java Message Service (JMS)
Point-to-Point (PTP) provider.- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionConstructs a QueueConnectionFactory with the default configuration.protectedQueueConnectionFactory(String defaultsBase) Constructs a QueueConnectionFactory with the specified configuration. -
Method Summary
Methods inherited from class ConnectionFactory
createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getReferenceMethods inherited from class BasicConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContext, getConnectionType, getContainerType, setConnectionType, setDefaultConfiguration, toStringMethods inherited from class AdministeredObject
dump, enumeratePropertyNames, getConfiguration, getCurrentConfiguration, getLabelForGroup, getPropertiesForGroup, getProperty, getPropertyForListValue, getPropertyGroups, getPropertyLabel, getPropertyListOtherName, getPropertyListValues, getPropertyType, getPropertyValueForListValue, getStoredVersion, getVERSION, isPropertyDeprecated, isPropertyHidden, isReadOnly, isStoredVersionCompatible, setProperties, setProperty, setReadOnly, setStoredVersionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.jms.ConnectionFactory
createConnection, createConnection, createContext, createContext, createContext, createContextMethods inherited from interface jakarta.jms.QueueConnectionFactory
createQueueConnection, createQueueConnection
-
Constructor Details
-
QueueConnectionFactory
public QueueConnectionFactory()Constructs a QueueConnectionFactory with the default configuration. -
QueueConnectionFactory
Constructs a QueueConnectionFactory with the specified configuration.
-