Use this task to browse or change the properties of a JMS connection
factory for use with a generic JMS provider, other than the default messaging
provider or, if you have it installed, WebSphere MQ.
Why and when to perform this task
To configure a JMS connection factory for use with a generic JMS
provider, use the administrative console to complete the following steps:
Steps for this task
- Display the generic messaging provider. In the navigation pane,
expand Resources > JMS Providers > Generic.
- Optional: Change the Scope setting
to the level at which the connection factory is visible to applications.
- In the content pane, under Additional Properties,
click JMS 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, complete
the following steps:
- Click New in the content pane.
- Specify the following required properties. You can specify other
properties, as described in a later step.
- Name The name by which this JMS connection factory
is known for administrative purposes within IBM WebSphere Process Server.
- Type Select whether the connection factory is for
JMS queues (QUEUE) or JMS topics (TOPIC).
- JNDI Name The JNDI name that is used to bind the
JMS connection factory into the WebSphere Application Server name space.
- External JNDI Name The JNDI name that is used
to bind the JMS connection factory into the name space of the messaging provider.
- Click Apply. This defines the JMS connection
factory to WebSphere Process Server, and enables you to browse or change additional
properties.
- Optional: Change properties for the JMS connection
factory, according to your needs.
- Click OK.
- Save any changes to the master configuration.
- To effect the changed configuration, stop then restart the application
server.