Re: No Journal logging

2023-05-19 Thread Robbie Gemmell
The value in the default log4j2.properties file and which is reflected in the doc, is aimed at the more general/operational 'identified messages with IDs' about the journal. Those do indeed live under org.apache.activemq.artemis.journal, as shown when you linked to them earlier. The journals

Re: No Journal logging

2023-05-19 Thread Doug Whitfield
Thanks Robbie! I see these now in TRACE: org.apache.activemq.artemis.core.journal.impl.JournalImpl But the documentation says org.apache.activemq.artemis.journal Is the documentation wrong or does it just not apply to CORE? It is very confusing, either way. From: Robbie Gemmell Date: Friday,

Re: No Journal logging

2023-05-19 Thread Robbie Gemmell
I'd guess the perf command sends non-persistent messages by default, and so you arent really using the journal there and thus wont see journal logging. I see a load of logging if I enable TRACE on e.g org.apache.activemq.artemis.core.journal.impl and send persistent messages. On Thu, 18 May 2023

Re: EXTERNAL- Re: ActiveMQ Artemis: Reload SSL keystore without restarting broker

2023-05-19 Thread Domenico Francesco Bruscino
Hi Umesh, the management API[1] is based on the managed resources located in the org.apache.activemq.artemis.api.core.management package and they are named with the word Control at the end, i.e. to prepare a message to invoke the reload operation defined in AcceptorControl[2] on the acceptor with