Administer resources for the embedded WebSphere JMS provider

 

Overview

The embedded WebSphere JMS provider is part of the WebSphere Application Server product. By default, when you create an instance, an embedded JMS server is created as part of application server instance. This JMS provider supports the JMS point-to-point and publish/subscribe messaging models.

 

Configure JMS resources

To configure a JMS connection factory, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | WebSphere JMS Provider

  3. Click WebSphere Queue Connection Factories or WebSphere Topic Connection Factories.

  4. Click New.

  5. Specify a name and a JNDI name for the resource. You can also specify additional optional properties on this page.

  6. Click Apply.

  7. You can configure these additional properties for the connection factory:

    • Connection Pool
    • Session Pools

  8. Save the configuration.

To configure a JMS destination, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | WebSphere JMS Provider

  3. Click WebSphere Queue Destinations or WebSphere Topic Destinations.

  4. Click New.

  5. Specify a name and a JNDI name for the resource. For a topic destination, specify a name for the topic. You can also specify additional optional properties on this page.

  6. Click OK.

  7. Save the configuration.

 

Modify JMS resources

To modify a JMS resource, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | WebSphere JMS Provider

  3. Click the link for the type of resource that you want to modify:

    • WebSphere Queue Connection Factories
    • WebSphere Topic Connection Factories
    • WebSphere Queue Destinations
    • WebSphere Topic Destinations

  4. Click the name of the resource that you want to modify.

  5. Make your changes and click OK.

  6. Save the configuration.

 

Remove JMS resources

To remove a JMS resource, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | WebSphere JMS Provider

  3. On the WebSphere JMS Provider page, click the link for the type of resource that you want to remove:

    • WebSphere Queue Connection Factories
    • WebSphere Topic Connection Factories
    • WebSphere Queue Destinations
    • WebSphere Topic Destinations

  4. On the page for the type of resource, select the checkbox for the resource that you want to remove.

  5. Click Delete.

  6. Save the configuration.

 

See also