Uses of Interface
jakarta.jms.ConnectionFactory
-
Packages that use ConnectionFactory Package Description jakarta.jms The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. -
-
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).
-