Uses of Class
com.sun.messaging.BasicConnectionFactory

Packages that use BasicConnectionFactory
Package
Description
Provides the Eclipse OpenMQ(tm) public classes.
  • Uses of BasicConnectionFactory in com.sun.messaging

    Modifier and Type
    Class
    Description
    class 
    A ConnectionFactory is used to create Connections with the OpenMQ Java Message Service (JMS) provider.
    class 
    A QueueConnectionFactory is used to create QueueConnections with the OpenMQ Java Message Service (JMS) Point-to-Point (PTP) provider.
    class 
    A TopicConnectionFactory is used to create TopicConnections with the Sun MQ Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.
    class 
    An XAConnectionFactory is used to create XAConnections with the OpenMQ Java Message Service (JMS) provider.
    class 
    An XAQueueConnectionFactory is used to create XAQueueConnections with a Java Message Service (JMS) Point-to-Point (PTP) provider.
    class 
    An XATopicConnectionFactory is used to create XATopicConnections with a Java Message Service (JMS) Publish/Subscribe (Pub/Sub) provider.