WebSphere brand IBM WebSphere Premises Server, Version 6.1.x

Configuring WebSphere Application Server to handle an event with the custom payload

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
  1. Start the configured server in the Rational® Application Developer for WebSphere Software Servers view.
  2. Open a Web browser and browse to http://localhost:9060/ibm/console to access the WebSphere Application Server administrative console.
  3. Click Log in. A user ID is not required.
  4. Select Resources > JMS > Topics.
  5. Expand the Scope section and select the Node scope (not Node and Server).
  6. Click New.
  7. Select Default messaging provider.
  8. Click OK.
  9. 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.
  10. Click OK.
  11. Click Save to complete creating the topic.
  12. Select Resources > JMS > Activation specifications.
  13. Expand the Scope section and select the Node scope (not Node and Server).
  14. Click New.
  15. Select Default messaging provider.
  16. Click OK.
  17. 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.
  18. Click OK.
  19. Click Save to complete creating the activation specification.
What to do next
Modify the message selector for the PersistenceAS activation specification.

Library | Support | Terms of use

(c) Copyright IBM Corporation 2004, 2008. All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.