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:
- Start the administrative console.
- Expand...
Resources | WebSphere JMS Provider- Click WebSphere Queue Connection Factories or WebSphere Topic Connection Factories.
- Click New.
- Specify a name and a JNDI name for the resource. You can also specify additional optional properties on this page.
- Click Apply.
- You can configure these additional properties for the connection factory:
- Connection Pool
- Session Pools
- Save the configuration.
To configure a JMS destination, follow these steps:
- Start the administrative console.
- Expand...
Resources | WebSphere JMS Provider- Click WebSphere Queue Destinations or WebSphere Topic Destinations.
- Click New.
- 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.
- Click OK.
- Save the configuration.
Modify JMS resources
To modify a JMS resource, follow these steps:
- Start the administrative console.
- Expand...
Resources | WebSphere JMS Provider- 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
- 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 JMS resource, follow these steps:
- Start the administrative console.
- Expand...
Resources | WebSphere JMS Provider- 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
- 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
- JMS Security
- WebSphere JMS provider settings
- WebSphere queue connection factory settings
- WebSphere topic connection factory settings
- WebSphere queue settings
- WebSphere topic settings