To instruct WebSphere® Application Server to deliver an event to a task agent MDB, create a WebSphere Application Server topic and activation specification.
About this task
Use these steps to configure WebSphere Application Server.
Procedure
- Start the configured server in the Rational® Application Developer for WebSphere Software Servers view.
- Open a Web browser and browse to http://localhost:9060/ibm/console to access the WebSphere Application Server administrative console.
- Click Log in. A user ID is not required.
- Select .
- Expand the Scope section and select the Node scope (not Node and Server).
- Click New.
- Select Default messaging provider.
- Click OK.
- Complete the following tasks in the Configuration section.
- For the Name, enter temperature.event.topic.
- For the JNDI name, enter jms/temperature.event.topic
- For the Topic name, enter ibmse//temperature/event. The two forward slashes (//) between “ibmse” and “temperature” are required. The syntax for this value is ibmse//event_type.
- For the Bus name, select ibmsensorevent.
- For the Topic space, select ibmse.
- Click OK.
- Click Save to complete creating the topic.
- Select .
- Expand the Scope section and select the Node scope (not Node and Server).
- Click New.
- Select Default messaging provider.
- Click OK.
- Complete the following tasks in the Configuration section.
- For the Name, enter TemperatureEventAS.
- For the JNDI name, enter eis/TemperatureEventAS.
- For the Destination type, select Topic.
- For the Destination JNDI name, enter jms/temperature.event.topic.
- For the Bus name, select ibmsorevent.
- Click OK.
- Click Save to complete creating the activation specification.