Notifiers
The notification service comes with an integrated set of notifiers that can be used to send notification events to a distinct variety of channels apart from the standard server log mechanism:
-
Taking advantage of preconfigured Java Mail sessions in the server, you can route notifications to an email account
- JMS
-
Taking advantage of preconfigured JMS connection resources, you can route notifications to a Java Message Queue so it can be consumed by other applications or services
- Event Bus
-
Uses Hazelcast to send notifications into the internal Payara event bus based on Hazelcast distributed topics.
- CDI Event Bus
-
For sending notification events using Payara’s CDI Event Bus and observing them in instances in the cluster.
- Slack
-
Same as with the Hipchat notifier, you can sends notifications directly to an specific Slack channel.
- SNMP
-
Allows monitoring servers to scout for notification events using SNMP traps.
- XMPP
-
Allows sending notification events to XMPP servers.
- NewRelic
-
Allows sending notification events to a NewRelic service account.
- Datadog
-
Allows sending notification events to the Datadog monitoring service
Appropriate instructions on how to configure and use all of these notification mechanisms are included in this section.