Configuring a topic connection factory for the default messaging provider


 

+

Search Tips   |   Advanced Search

 

Use this task to configure a JMS topic connection factory for publish/subscribe 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.

You configure JMS connection factories when you deploy JMS applications that use publish/subscribe messaging.

This task contains an optional step for you to create a new topic connection factory.

  1. Display the default messaging provider. In the navigation pane, click Resources > JMS > JMS providers .

  2. Select the default provider for which you want to configure a topic connection factory.

  3. Optional: Change the Scope check box to set the level at which the connection factory is to be visible, according to your needs.

  4. In the content pane, under the Additional properties heading, click Topic connection factories. This displays any existing JMS topic connection factories for the default messaging provider in the content pane.

  5. Optional: 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 namespace.
    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.

  6. Review the other properties for the connection factory, to check that the defaults are suitable.

    If the connection factory is for use by client applications running outside of an application server, specify suitable provider endpoints. For more information about configuring provider endpoints, see Configuring a connection to a non-default bootstrap server.

    By default, connections created by using the connection factory in the server containers (for example, from an enterprise bean) are pooled by using Java. Platform, Enterprise Edition (Java EE) Connector Architecture (JCA) 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.

  7. Click OK.

  8. Save your changes to the master configuration.

Back