Interface JmsConnectionFactory

All Superinterfaces:
jakarta.jms.ConnectionFactory, JmsPropertyContext, JmsReadablePropertyContext, Map<String,Object>, Serializable
All Known Subinterfaces:
JmsQueueConnectionFactory, JmsTopicConnectionFactory, JmsXAConnectionFactory, JmsXAQueueConnectionFactory, JmsXATopicConnectionFactory
All Known Implementing Classes:
Cleanup, com.ibm.msg.client.jakarta.jms.admin.JmsConnectionFactoryImpl, com.ibm.msg.client.jakarta.jms.admin.JmsJndiConnectionFactoryImpl, MQConnectionFactory, MQQueueConnectionFactory, MQTopicConnectionFactory, MQXAConnectionFactory, MQXAQueueConnectionFactory, MQXATopicConnectionFactory

public interface JmsConnectionFactory extends JmsPropertyContext, jakarta.jms.ConnectionFactory
A ConnectionFactory encapsulates a set of connection configuration parameters that have been defined by an administrator. A client uses it to create a Connection to a JMS provider.

A JmsConnectionFactory object encapsulates the configuration parameters of an IBM MQ classes for JMS client.

See Also:
  • ConnectionFactory
  • QueueConnectionFactory
  • TopicConnectionFactory