$SYS/Broker/broker_name/Status $SYS/Broker/broker_name/Status/ExecutionGroup/exec_grp_name
Il contenuto di ogni pubblicazione è un messaggio XML che fornisce informazioni aggiuntive relative alla modifica dello stato che ha causato l'attivazione dell'evento, in modo specifico indicando se l'entità è stata avviata o arrestata.
<Broker uuid="1234" label="Broker1" version="1"> <ExecutionGroup uuid="5678"> <Start> <MessageFlow uuid="7812"/> </Start> </ExecutionGroup> </Broker>
<Broker uuid="1234" label="Broker1" version="1"> <StatusChange state="Stopped"/> </Broker>
Attualmente, i soli stati notificati sia per i broker che per i flussi di messaggi sono Avviato e Arrestato.
Questi eventi sono pubblicazioni conservate, non permanenti.