Versions Compared

Key

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

...

Subscribers (e.g. the YOUnite UI) use the STOMP protocol to register listeners and receive notifications (messages).

Topics and Notification Types

JMS uses "topics" as a distribution mechanism for publishing messages to multiple subscribers. MDM creates topics based on MDM zones and an event type.  Each notification generated by MDM will be of a given topic (zone) and event type.  

The published list of notification event types and their payloads can be found on the MDM Service Event Notifications (this page should be updated as developers add new notification event types).

Notification

...

Delivery Preferences

The scope of delivery for a given event type can be limited to the following:

Targeted SubscribersDescription
SELF

Subscribers that belong to the zone that generated the event.

CHILDREN

Subscribers that belong to the zone that generated the event and children of that zone.

ALL (default)

All zones.

Notification Flow


This notification flow describes the interaction between the core YOUnite MDM service, the JMS service and client that subscribe to YOUnite MDM events (e.g. the YOUnite UI).  This notification flow is separate from the YOUnite MDM Router/Adaptor flow that will be published in a separate document.

...