I gave that a whirl on a new build today. I added a user during artemis create.. and I used that identity with the insecure jconsole connection using service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi providing user/password credentials
the mbean server has an authenticator that delegates to jaas and uses the artemis realm and properties login module, those are propagated via rmi credentials string[2] up the chain and it works. On Wed, 26 Feb 2020 at 14:23, Jonathan Gallimore <[email protected]> wrote: > > Hi folks > > Apologies for a rookie question... I have Artemis setup on my local > machine, and have enabled the JMX connector in management.xml: > > <connector connector-port="1099"/> > > I don't seem to be able to connect > to service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi. I've tried looking > at the jmx example and adding a guest role - that doesn't seem to work > either. The port is open, but I just can't seem to get JConsole connected. > > I'd be grateful for a pointer. > > Many thanks > > Jon
