Show Table of Contents
9.11. QMF Events
QMF Events are messages sent to QMF topics to provide notification of broker events. Queue Threshold Alerts are implemented as QMF Events.
The QMF topics are
qmf.default.topic/agent.ind.event.org_apache_qpid_broker.$QMF_Event.#, where $QMF_Event is one of the provided QMF Events from the following table:
Table 9.1. QMF Events
| QMF Event | Severity | Arguments |
|---|---|---|
|
clientConnect
|
inform
|
rhost, user, properties
|
|
clientConnectFail
|
warn
|
rhost, user, reason, properties
|
|
clientDisconnect
|
inform
|
rhost, user, properties
|
|
brokerLinkUp
|
inform
|
rhost
|
|
brokerLinkDown
|
warn
|
rhost
|
|
queueDeclare
|
inform
|
rhost, user, qName, durable, excl, autoDel, altEx, args, disp
|
|
queueDelete
|
inform
|
rhost, user, qName
|
|
exchangeDeclare
|
inform
|
rhost, user, exName, exType, altEx, durable, autoDel, args, disp
|
|
exchangeDelete
|
inform
|
rhost, user, exName
|
|
bind
|
inform
|
rhost, user, exName, qName, key, args
|
|
unbind
|
inform
|
rhost, user, exName, qName, key
|
|
subscribe
|
inform
|
rhost, user, qName, dest, excl, args
|
|
unsubscribe
|
inform
|
rhost, user, dest
|
|
queueThresholdExceeded
|
warn
|
qName, msgDepth, byteDepth
|
See Also:

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.