Show TOC Anfang des Inhaltsbereichs

Hintergrunddokumentation Notification Service Connection  Dokument im Navigationsbaum lokalisieren

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:

Diese Grafik wird im zugehörigen Text erklärt

Ende des Inhaltsbereichs