2

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

enter image description here

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
Parth Shah
  • 63
  • 1
  • 6

2 Answers2

2

It's not supported, unless things have changed since this thread from 2018:

Amazon MQ does not support JMX access at this time.

Adi Dembak
  • 2,433
  • 2
  • 18
  • 26
0

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.

mraja
  • 1
  • 1