Questo contenuto non è disponibile nella lingua selezionata.
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:
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: