DSB Monitoring

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
h4. Configuration

* The WSN implementation provides an API to activate/deactivate monitoring (_org.petalslink.dsb.ws.api.PubSubMonitoringManager_) and get some additional information about the WSN monitoring stuff. This API is automatically exposed by the DSB as a Web service at startup and is available at [http://HOST:PORT/petals/ws/PubSubMonitoringManager].
* To receive notifications containing the monitoring data, interested parties must subscribe to the monitoring topic which is defined as a complete QName:
** name : MonitoringTopic
h4. Code

All the code of this implementation is located in the _dsb-kernel-pubsubmonitoringservice_ module.