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