Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • subscriptions are not persistent: message will be lost if the subscriber can not be reached
  • subscriptions can not be clustered: if you register the same subscriber in a cluster, each node will receive all notifications
  • publishing can not be restricted to registered publishers: everyone can publish through an anonymous publisher

You will also find some informations on the examples that ship with the distribution here and here.

Usage scenarii

The WS-Notification SE can be used to provide publish/subscribe routing in the JBI bus. There are several usage:

...