9.11. qmf イベント
Qmf イベントは、ブローカーイベントの通知を提供するために QMF トピックに送信されるメッセージです。キューしきい値アラートは QMF イベントとして実装されます。
QMF トピックはです。ここで
qmf.default.topic/agent.ind.event.org_apache_qpid_broker.$QMF_Event.#
、$QMF_Event は以下の表で提供された QMF イベントの 1 つです。
qmf イベント | 重大度 | 引数 |
---|---|---|
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
|
サブスクライブ解除
|
inform
|
rhost、user、dest
|
queueThresholdExceeded
|
WARN
|
qname、msgDepth、byteDepth
|
関連項目