Hi, I have a question about the broker internals.
Currently I am creating queues, addresses, diverts using the Java jmx api, after the broker has started. I noticed that if I instead predefine these configurations using the broker.xml before the startup phase, the initial latencies on the messages for the first 30 seconds are much lower. I am wondering if this is due to the jvm doing AOT on the queues when it’s predefined in the broker.xml or some other optimization as compared to creating everything using the management api. Any information on this is appreciated. Thanks Brian R
