Monitoring Event Routing Data
As a developer of a product that uses Event Routing, you can create a JMX client to retrieve configuration information exposed by Event Routing. This enables you to monitor Event Routing data flowing through your system.
As a developer creating Event Routing services, you can expose configuration information specific to your service.
Note: You must not expose any service-specific attributes of complex types in your JMX client. You must only use generic Java types, such as String, Integer/int, Long/br_long, Date, etc.