Is there a way to connect to Amazon MQ via JMX?
I tried to look at configure JMX for ActiveMQ for remoting access but I end up with this once I save the config
Is there a way to connect to Amazon MQ via JMX?
I tried to look at configure JMX for ActiveMQ for remoting access but I end up with this once I save the config
It's not supported, unless things have changed since this thread from 2018:
Amazon MQ does not support JMX access at this time.
Jmx is not supported in Amazon AMQ. We can use statisticsBrokerPlugin https://activemq.apache.org/statisticsplugin By enabling this plugin we can fetch broker and its destinations(queue/topic) metrics.