There is quite a bit of information available about both consumers and producers via the web console including the consumer's filter.
You can also log a fair bit of information about consumers and producers using the LoggingActiveMQServerPlugin [1]. However, I'm not aware of any client implementation that will send fail-over configuration details to the broker as those details are specifically for the client itself to use when the connection fails. Technically speaking there's no reason to send that kind of data to the broker since it is only relevant to the client and as far as I'm aware none of the supported protocols even support transmitting those details. Can you elaborate on the use-case which would benefit from these details? Justin [1] https://activemq.apache.org/components/artemis/documentation/latest/broker-plugins.html#using-the-loggingactivemqserverplugin On Mon, Aug 18, 2025 at 4:31 AM Shiv Kumar Dixit <[email protected]> wrote: > Hi team, > Is it possible to check (via broker GUI) and/or log client-side parameters > used in connecting to artemis broker? I am looking forward to seeing if we > can check and/or log details like failover param or jms/nms param along > with message selector etc. for consumer and producers connections made on > broker. > > Best Regards, > Shiv > >
