Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

Create connection factories

Before you begin


Connection factories are objects that enable JMS clients to create JMS connections. A connection factory supports concurrent use, enabling multiple threads to access the object simultaneously.

To create a connection factory:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the Administration Console, expand Services > Messaging and select JMS Modules.
  3. In the JMS Modules table, click the name of JMS module in which you want to configure the connection factory resource.
  4. On the module's Settings page, click the New button in the Summary of Resources table.
  5. On the Create a New JMS System Module Resource page, use the Type drop-down to select Connection Factory.
  6. Click Next.
  7. On the Connection Factory Properties page:
    1. In Name, enter a name for the connection factory.
    2. In JNDI Name, enter a name for accessing the connection factory within the JNDI namespace.

    Note: Once you create a connection factory, you cannot rename it. Instead, you must delete it and create another one that uses the new name.

  8. Click Next.
  9. On the targeting page:
    1. In SubDeployments, select a subdeployment for the connection factory. If necessary, you can create a new subdeployment by clicking the Create a New Subdeployment button. A subdeployment is a mechanism by which JMS module resources (such as queues, topics, and connection factories) are grouped and targeted to a server resource (such as JMS servers, server instances, or cluster).

      When a SubDeployment is selected, its targeted JMS server, server, or cluster appear as selected in the Targets box.

    2. If you are not using subdeployments, in the Targets box, select the server on which to deploy the connection factory.

    You can also reconfigure deployment targets later if you wish. For more information about targeting connection factories, refer to Target connection factories.

  10. Click Finish.

    The new connection factory is added to the module's Summary of Resources table.

  11. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

Result

After you finish

If you want to configure additional parameters for the new connection factory, including a variety of general configuration properties, as well as transaction and flow control properties, see Configure connection factories.

 

Skip navigation bar   Back to Top