Re: Slack access

2023-05-03 Thread Justin Bertram
Done. Justin On Wed, May 3, 2023 at 2:15 PM Edward Kuenen wrote: > Hello, > > > Could you please invite me to Slack? > > Thank you in advance! > > > Edward > >

Slack access

2023-05-03 Thread Edward Kuenen
Hello, Could you please invite me to Slack? Thank you in advance! Edward

OpenTelemetry Java agent to get metrics from Artemis

2023-05-03 Thread Edward Kuenen
Hello, Has somebody used the OpenTelemetry java agent to get metrics from Artemis? If yes, did you configure more than just the agent as java arguments? Thank you in advance! With regards, Edward

Re: Configuring security for Managmentcontext in activemq.

2023-05-03 Thread Matt Pavlovich
Hello DK- ActiveMQ uses the standard Java JDK parameters for enabling JMX. The JMX flag for using the ‘activemq' JAAS login context name is: -Dcom.sun.management.jmxremote.login.config=activemq Modifications to ActiveMQ’s startup is needed to add a classpath used by your custom JAAS module —