Uses of Class
org.apache.activemq.artemis.core.server.management.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in org.apache.activemq.artemis.core.management.impl
Methods in org.apache.activemq.artemis.core.management.impl with parameters of type NotificationModifier and TypeMethodDescriptionvoidActiveMQServerControlImpl.onNotification(Notification notification) -
Uses of Notification in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type Notification -
Uses of Notification in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type NotificationModifier and TypeMethodDescriptionvoidActiveMQServerLogger_impl.failedToSendSlowConsumerNotification(Notification notification, Exception e) voidActiveMQServerLogger.failedToSendSlowConsumerNotification(Notification notification, Exception e) -
Uses of Notification in org.apache.activemq.artemis.core.server.group.impl
Methods in org.apache.activemq.artemis.core.server.group.impl with parameters of type NotificationModifier and TypeMethodDescriptionvoidLocalGroupingHandler.onNotification(Notification notification) voidRemoteGroupingHandler.onNotification(Notification notification) -
Uses of Notification in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type NotificationModifier and TypeMethodDescriptionvoidNotificationListener.onNotification(Notification notification) voidNotificationService.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 occurred (long) in addition to the properties defined inprops -
Uses of Notification in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type NotificationModifier and TypeMethodDescriptionvoidManagementServiceImpl.sendNotification(Notification notification)