Use this task to configure a JMS queue connection factory for point-to-point
messaging with the default messaging provider. This is intended more for backwards
compatibility, as described in section 1.5 of the JMS 1.1 specification.
Why and when to perform this task
To configure a JMS queue connection factory for the default messaging
provider, use the administrative console to complete the following steps.
This task contains an optional step for you to create a new queue connection
factory.
Steps for this task
- Display the default messaging provider. In the navigation
pane, click . This
displays in the content pane a table of properties for the default messaging
provider, including links to the types of JMS resources that it provides.
- Optional: Change the Scope check
box to set the level at which the connection factory is to be visible, according
to your needs.
- In the content pane, under the Connection factories heading, click JMS
queue connection factory. This displays any existing
JMS queue connection factories for the default messaging provider in the content
pane.
- Display the properties of the JMS connection factory. If
you want to display an existing JMS connection factory, click one of the names
listed.
Alternatively, if you want to create a new JMS connection factory,
click New, then specify the following required properties:
- Name
- Type the name by which the connection factory is known for administrative
purposes.
- JNDI name
- Type the JNDI name that is used to bind the connection factory into the
name space.
- Bus name
- Type the name of the service integration bus that
the connection factory is to create connections to. This service integration bus hosts
the destinations that the JMS queues and topics represent.
- Review the other JMS queue connection factory settings, to check that the defaults are suitable. If needed, change the values according to your needs.
If the connection
factory is for use by client applications running outside of an application
server, you need to specify suitable provider endpoints. For more information
about configuring provider endpoints, see Configuring connection to a non-default bootstrap server.
By default connections created using the connection
factory in the server containers (for example, from an enterprise bean) are
pooled using J2C connection pooling. You can modify the connection pool settings
for the connection factory by selecting the Connection pool properties link in the Additional
Properties section of the panel. For more information about changing the
connection pool properties, see Changing connection pool settings with the wsadmin
tool.
- Click OK.
- Save your changes to the master configuration.