Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | Using My webMethods with JMS | Managing Cluster Connection Factories | Viewing a List of Cluster Connection Factories
 
Viewing a List of Cluster Connection Factories
Use the following procedure to view a list of cluster connection factories.
*To view the list of cluster connection factories
1. In My webMethods: Messaging > Naming Directories > Connection Factories.
2. In the Search tab, select a JNDI provider from the Provider Name list.
3. Select a connection factory category by clicking one of the following Type selections on the Search tab (you can also select All to list connection factories of all types):
*ConnectionFactory. A generic connection factory object, which can be used as either a QueueConnectionFactory or TopicConnectionFactory at run time.
*QueueConnectionFactory. Used to make connections in a point-to-point application.
*TopicConnectionFactory. Used to make connections in a publish-subscribe application.
*XAConnectionFactory. A generic connection factory object, where the object can be used in a transactional context as either an XAQueueConnectionFactory or XATopicConnectionFactory at run time.
*XAQueueConnectionFactory. Used to make connections in a point-to-point application, where the object will be used in a transactional context.
*XATopicConnectionFactory. Used to make connections in a publish-subscribe application, where the object will be used in a transactional context.
Note:
You can only use XA connection factories with JMS applications running on application servers.
Note:
The connection factories list displays all connection factories, cluster connection factories, and composite cluster connection factories together. A Yes flag in the Cluster Enabled column indicates that the corresponding connection factory is a cluster connection factory.