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:
- Start the administrative console.
- Expand...
Resources | Generic JMS Providers- Click New.
- 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.
- Click Apply.
- You can continue by configuring connection factories and destinations for the JMS provider.
- Save the configuration.
Modify generic JMS providers
To modify a generic JMS provider, follow these steps:
- Start the administrative console.
- Expand...
Resources | Generic JMS Providers- Click the name of the JMS provider that you want to modify.
- Make your changes and click OK.
- Save the configuration.
Remove generic JMS providers
To remove a generic JMS provider, follow these steps:
- Start the administrative console.
- Expand...
Resources | Generic JMS Providers- Select the checkbox for the JMS provider that you want to remove.
- Click Delete.
- Save the configuration.
Configure generic JMS resources
To configure a generic JMS connection factory, follow these steps:
- Start the administrative console.
- Expand...
Resources | Generic JMS ProvidersOn the Generic JMS Providers page, select the JMS provider for which you want to configure a connection factory.
- Click JMS Connection Factories.
- Click New.
- 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.
- In the Type field, select the type of connection factory that you want to create.
- Click Apply.
- You can configure these additional properties for the connection factory:
- Connection Pool
- Session Pools
- Save the configuration.
To configure a generic JMS destination, follow these steps:
- Start the administrative console.
- Expand...
Resources | Generic JMS Providers- On the Generic JMS Providers page, select the JMS provider for which you want to configure a destination.
- Click JMS Destinations.
- Click New.
- Specify a name, a JNDI name, and an external JNDI name for the destination. You can also specify additional optional properties on this page.
- In the Type field, select the type of destination that you want to create.
- Click OK.
- Save the configuration.
Modify JMS resources
To modify a generic JMS resource, follow these steps:
- Start the administrative console.
- Expand...
Resources | Generic JMS Providers
- On the Generic JMS Providers page, click the name of the JMS provider for which you want to modify a resource.
- Click the link for the type of resource that you want to modify:
- JMS Connection Factories
- JMS Destinations
- Click the name of the resource that you want to modify.
- Make your changes and click OK.
- Save the configuration.
Remove JMS resources
To remove a generic JMS resource, follow these steps:
- Start the administrative console.
- Expand...
Resources | Generic JMS Providers
- On the Generic JMS Providers page, click the name of the JMS provider for which you want to remove a resource.
- Click the link for the type of resource that you want to remove:
- JMS Connection Factories
- JMS Destinations
- On the page for the type of resource, select the checkbox for the resource that you want to remove.
- Click Delete.
- Save the configuration.
See also