Package | Description |
---|---|
org.hornetq.core.server.management |
Modifier and Type | Method and Description |
---|---|
void |
NotificationListener.onNotification(Notification notification) |
void |
NotificationService.sendNotification(Notification notification)
the message corresponding to a notification will always contain the properties:
ManagementHelper.HDR_NOTIFICATION_TYPE - the type of notification (SimpleString)
ManagementHelper.HDR_NOTIFICATION_MESSAGE - a message contextual to the notification (SimpleString)
ManagementHelper.HDR_NOTIFICATION_TIMESTAMP - the timestamp when the notification occured (long)
in addition to the properties defined in props |
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.