Uses of Class
org.apache.activemq.artemis.core.server.management.Notification
-
-
Uses of Notification in org.apache.activemq.artemis.core.management.impl
Methods in org.apache.activemq.artemis.core.management.impl with parameters of type Notification Modifier and Type Method Description voidActiveMQServerControlImpl. 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 Modifier and Type Method Description voidPostOfficeImpl. onNotification(Notification notification) -
Uses of Notification in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server with parameters of type Notification Modifier and Type Method Description voidActiveMQServerLogger_$logger. 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 Notification Modifier and Type Method Description voidLocalGroupingHandler. 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 Notification Modifier and Type Method Description voidNotificationListener. 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 Notification Modifier and Type Method Description voidManagementServiceImpl. sendNotification(Notification notification)
-