I am reading now that Jolokia can act as a medium to command and manage ActiveMQ 5.8+ through a restAPI (GET/POST commands).
I am failing to find any references on what the specific commands are to (for example):
- Get a list of active queues
- Get a list of customers for each queue
- Pause a queue
- Delete a queue
- Restart a queue
Etc, Etc.
If there is no official reference, how does anyone figure out how to do this? Is there some mapping to the JMX commands to the Jolokia commands? If so, what is that mapping?