Set a JMS connection factory for a third-party messaging provider
Use this task to set the properties of a JMS connection factory for use with a third-party messaging provider; that is a messaging provider other than the default messaging provider, the WebSphere MQ messaging provider or the V5 default messaging provider.
To set the configuration of a JMS connection factory for use with a third-party messaging provider, use the admin console to complete the following steps:
- Display the third-party messaging provider. In the navigation pane, click Resources > JMS > JMS providers .
- Select the third-party provider for which you want to configure a connection factory.
- Select the Scope setting corresponding to the scope of the connection factories that you want to set.
- In the content pane, under Additional Properties, click Connection factories This displays a table listing any existing JMS connection factories, with a summary of their properties.
- To browse or change an existing JMS connection factory, click its name in the list. Otherwise, to create a new connection factory...
- Click New in the content pane.
- Specify the following required properties.
- Name
- The name by which this JMS connection factory is known for administrative purposes within IBM WAS.
- Type
- Select whether the connection factory is for JMS queues (QUEUE) or JMS topics (TOPIC).
- JNDI Name
- The JNDI name used to bind the JMS connection factory into the WAS namespace.
- External JNDI Name
- The JNDI name used to bind the JMS connection factory into the namespace of the messaging provider.
- Click Apply. This defines the JMS connection factory to WAS, and enables you to browse or change additional properties.
- Change properties for the JMS connection factory, according to the needs.
- Click OK.
- Save any changes to the master configuration.
- To have the changed configuration take effect, stop then restart the appserver.
Third-party JMS connection factory settings
Related tasks
Set a JMS destination for a third-party messaging provider
Set JMS resources for a third-party messaging provider