Administer generic JMS providers

 

Overview

Use a generic JMS provider integrate with any message server product. For example, you can use this provider to integrate with non-WebSphere MQ message servers. By default, when you migrate JMS resources from a previous version of WebSphere Application Server, those resources use a generic JMS provider.

 

Configure generic JMS providers

To configure a new generic JMS provider, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | Generic JMS Providers

  3. Click New.

  4. Specify a name, an external initial context factory, and an external provider URL for the JMS provider. You can also specify additional optional properties on this page.

  5. Click Apply.

  6. You can continue by configuring connection factories and destinations for the JMS provider.

  7. Save the configuration.

 

Modify generic JMS providers

To modify a generic JMS provider, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | Generic JMS Providers

  3. Click the name of the JMS provider that you want to modify.

  4. Make your changes and click OK.

  5. Save the configuration.

 

Remove generic JMS providers

To remove a generic JMS provider, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | Generic JMS Providers

  3. Select the checkbox for the JMS provider that you want to remove.

  4. Click Delete.

  5. Save the configuration.

 

Configure generic JMS resources

To configure a generic JMS connection factory, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | Generic JMS Providers

    On the Generic JMS Providers page, select the JMS provider for which you want to configure a connection factory.

  3. Click JMS Connection Factories.

  4. Click New.

  5. Specify a name, a JNDI name, and an external JNDI name for the connection factory. You can also specify additional optional properties on this page.

  6. In the Type field, select the type of connection factory that you want to create.

  7. Click Apply.

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

    • Connection Pool

    • Session Pools

  9. Save the configuration.

To configure a generic JMS destination, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | Generic JMS Providers

  3. On the Generic JMS Providers page, select the JMS provider for which you want to configure a destination.

  4. Click JMS Destinations.

  5. Click New.

  6. Specify a name, a JNDI name, and an external JNDI name for the destination. You can also specify additional optional properties on this page.

  7. In the Type field, select the type of destination that you want to create.

  8. Click OK.

  9. Save the configuration.

 

Modify JMS resources

To modify a generic JMS resource, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | Generic JMS Providers

  3. On the Generic JMS Providers page, click the name of the JMS provider for which you want to modify a resource.

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

    • JMS Connection Factories

    • JMS Destinations

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

  6. Make your changes and click OK.

  7. Save the configuration.

 

Remove JMS resources

To remove a generic JMS resource, follow these steps:

  1. Start the administrative console.

  2. Expand...

    Resources | Generic JMS Providers

  3. On the Generic JMS Providers page, click the name of the JMS provider for which you want to remove a resource.

  4. Click the link for the type of resource that you want to remove:

    • JMS Connection Factories

    • JMS Destinations

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

  6. Click Delete.

  7. Save the configuration.

 

See also