+

Search Tips   |   Advanced Search

Develop web services - Notification (WS-Notification)

WS-Notification enables web services to use the publish and subscribe messaging pattern.We 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 published by the producing application.


Subtopics

  • Developing web services
  • Developing web services - Addressing (WS-Addressing)
  • Developing web services - Invocation framework (WSIF)
  • Developing web services - Reliable messaging (WS-ReliableMessaging)
  • Developing web services - UDDI registry
  • Developing web services - RESTful services
  • Developing web services - Security (WS-Security)
  • Developing web services - Transaction support (WS-Transaction)
  • Developing web services - Transports