jsmucr commented on PR #4752: URL: https://github.com/apache/activemq-artemis/pull/4752#issuecomment-1906776157
And as I was composing my previous post, I realized that maybe it's not the idea but the approach that we couldn't agree upon! > Can't you get this by listScheduledMessages on the control? That's pretty close actually. In order to be able to monitor the entire cluster via Zabbix I've created sort of a JMX proxy which collects and exposes data from all nodes at once. That proxy is also capable of calling methods, and exposing their results as custom JMX attributes. --- So basically, the issue you have with the `*FirstMessage*` API is that it's a set of attributes, not a set of operations, right? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
