Notifications API has been deprecated. NBI Server-Sent Events resources should be used instead
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Notifications are asynchronous messages sent by Prime Infrastructure to notify consumers of a set of key events. Prime Infrastructure uses the JMS publish/subscribe paradigm for these notifications. Consumers that subscribe to a pre-defined JMS topic that is created specially for NBI Notifications as configured in Prime Infrastructure, will be able to listen to the published JMS notification messages.
The system sends notifications for the following types of events:
The payload of the JMS Notification message sent by the system is an object of type "java.lang.String". However, the string itself is in an XML data format.
The notification messages are delivered by periodically scanning for changes in Prime Infrastructure. A notification message object is created by grouping all related notification messages belonging to a certain event type in a single wrapper XML message payload that contains the set of these notification messages and an element that specifies this notification type.