WAS v8.5 > Develop applicationsDevelop web services - Notification (WS-Notification)
WS-Notification enables web services to use the publish and subscribe messaging pattern.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.
Subtopics
- Develop applications that use WS-Notification
We can code a single application to undertake several WS-Notification tasks. These topics provide sample code for common tasks that your WS-Notification applications can perform.
Related information:
Develop web services
Develop web services - Addressing (WS-Addressing)
Develop web services - Invocation framework (WSIF)
Develop web services - Reliable messaging (WS-ReliableMessaging)
Develop web services - UDDI registry
Develop web services - RESTful services
Develop web services - Security (WS-Security)
Develop web services - Transaction support (WS-Transaction)
Develop web services - Transports