Hi, As per SO post https://stackoverflow.com/questions/69130272/apache-activemq-artemis-2-18-server-does-not-reload-the-updated-keystore-with-ce, it seems like Artemis is not reloading SSL keystore while making a new connection. Rather we need to do it through JMX whenever we want to reload the keystore. However, due to security compliance, we disable JMX console. Is there any other way/configuration we can do on broker side to enable reloading SSL keystore at certain interval?
Thanks, Umesh.