I’m trying to manage a remote Apache Artemis 2.35.0 through the CORE protocol connection. I don’t want to connect to the broker through HTTP.
The docs for usage of CORE protocol is quite limited: https://activemq.apache.org/components/artemis/documentation/latest/core.html
How can I do management tasks like getting all queues and moving message between queues? I’ve found the interfaces like QueueControl
but can’t figure out how to get a usable object to call those methods on.