Interface NotificationType

All Known Implementing Classes:
CoreNotificationType

public interface NotificationType
Types of notification emitted by ActiveMQ Artemis servers.

These notifications can be received through:

  • JMX' MBeans subscriptions
  • Core messages to a notification address (default value is activemq.notifications)
  • JMS messages
see the ActiveMQ Artemis user manual section on "Management Notifications"
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getType

      int getType()