Oracle GlassFish Message Queue 4.4.2 Developer's Guide for JMX Clients

Notifications

The destination manager monitor MBean supports the notifications shown in Table 3–51. These notifications are instances of the Message Queue JMX class DestinationNotification, and their names are defined as static constants in that class.

Table 3–51 Destination Manager Monitor Notifications

Name 

Utility Constant 

Description 

mq.destination.create

DestinationNotification.DESTINATION_CREATE

Destination created 

mq.destination.destroy

DestinationNotification.DESTINATION_DESTROY

Destination destroyed 

mq.destination.pause

DestinationNotification.DESTINATION_PAUSE

Destination paused 

mq.destination.resume

DestinationNotification.DESTINATION_RESUME

Destination resumed 

mq.destination.compact

DestinationNotification.DESTINATION_COMPACT

Destination compacted 

mq.destination.purge

DestinationNotification.DESTINATION_PURGE

Destination purged 

Table 3–52 shows the methods defined in class DestinationNotification for obtaining details about a destination manager monitor notification.

Table 3–52 Data Retrieval Methods for Destination Manager Monitor Notifications

Method 

Result Type 

Description 

getDestinationName

String

Destination name 

getDestinationType

String

Destination type 

See Table 3–46 for possible values.

getCreatedByAdmin

Boolean

Administrator-created destination?  

getPauseType

String

Pause type 

See Table 3–47 for possible values.