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 in a JMS system module:
Once you create a connection factory, you cannot rename it. Instead, you must delete it and create another one that uses the new name.
If you do not specify a JNDI name for the connection factory, it will not be available for JNDI lookup even after the connection factory has been targeted to a server resource. Therefore, you will only be able to access the connection factory in an application-scoped context.
Caution: If you click Finish at this point, the connection factory will be created without any targeting information. As a result, the connection factory will not be deployed and thus will not be available to applications until you manually select a subdeployment target, as described in Specify subdeployments for connection factories.
On the targeting page, you can either target the connection factory to system-selected JMS server(s), server instance(s), or cluster, or optionally proceed to an advanced targeting page where you can either select an existing subdeployment or create a new subdeployment. A subdeployment is a mechanism by which JMS module resources (such as standalone destinations, uniform distributed destinations, and connection factories) are grouped and targeted to server resources (such as JMS servers, server instance(s), or cluster).
Note: JMS administrators cannot create any subdeployment beginning with BEA_JMS_SUBDEPLOYMENT. This naming restriction is validated during the subdeployment creation process.
Upon clicking Finish, the configured connection factory is added to the module's Summary of Resources table, which displays its system-generated subdeployment name and its targets. You can also reconfigure subdeployment targets later if you wish. For more information about managing subdeployments, refer to Configure subdeployments in JMS system modules.
Upon clicking Finish, the configured connection factory is added to the module's Summary of Resources table, which displays the user-defined subdeployment name and its targets. You can also reconfigure subdeployment targets later if you wish. For more information about managing subdeployments, refer to Configure subdeployments in JMS system modules.
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.
![]() ![]() |