Using WS-Notification for publish and subscribe messaging for web services

WS-Notification enables web services to use the publish and subscribe messaging pattern.

About this task

You use publish and subscribe messaging to publish one message to many subscribers. In this pattern a producing application inserts (publishes) a message (event notification) into the messaging system having marked it with a topic that indicates the subject area of the message. Consuming applications that have subscribed to the topic in question, and have appropriate authority, all receive an independent copy of the message that was published by the producing application.

Through the implementation of WS-Notification in WebSphere® Application Server, you can achieve the following goals:

For more information about using WS-Notification, see the following topics:

Procedure

What to do next