Reputation: 645
I have configured the ActiveMQ Artemis master and slave instances. In previous releases, it was possible to configure remote access to a slave instance from the web console of the master instance.
How can I do the same with ActiveMQ Artemis 2.17.0? I don't see "Connect" in the navigation bar. It would be better to configure this feature in the configuration files (etc/).
Upvotes: 0
Views: 346
Reputation: 2319
ActiveMQ Artemis allows connecting to a remote instance through the hawtio proxy disabled by default since ActiveMQ Artemis 2.16. To enable the hawtio proxy you should set to false the hawtio.disableProxy
property in artemis.profile
file, see hawtio configuration properties for further details.
Enabling the hawtio proxy makes the Connect
tab available:
Upvotes: 1