Show TOC Start of Content Area

Background documentation Notification Service Connection  Locate the document in its SAP Library structure

The filtering process of notifications based on framework events, which are used by the notification service, is directly and synchronously called from the entity service. Two components are therefore called for eventing purposes.

In addition to the filtering component, the framework event is sent asynchronously using JMS. This has changed so that the framework event is sent. The filtering component is therefore migrated to a message-driven bean which subscribes to the JMS topic for framework events.

This behavior is described in the figure below:

This graphic is explained in the accompanying text

End of Content Area