Uses of Interface
jakarta.jms.ConnectionFactory
-
-
Uses of ConnectionFactory in jakarta.jms
Subinterfaces of ConnectionFactory in jakarta.jms Modifier and Type Interface Description interface
QueueConnectionFactory
A client uses aQueueConnectionFactory
object to createQueueConnection
objects with a point-to-point Jakarta Messaging provider.interface
TopicConnectionFactory
A client uses aTopicConnectionFactory
object to createTopicConnection
objects with a publish/subscribe Jakarta Messaging provider.interface
XAQueueConnectionFactory
AnXAQueueConnectionFactory
provides the same create options as aQueueConnectionFactory
(optional).interface
XATopicConnectionFactory
AnXATopicConnectionFactory
provides the same create options as aTopicConnectionFactory
(optional).
-