Thanks for following up. Unfortunately I think a lot of what you want to audit is client-side specific and not transmitted to the broker (e.g. failover parameters, most TLS parameters, etc.).
Justin On Thu, Sep 11, 2025 at 7:50 AM Shiv Kumar Dixit <[email protected]> wrote: > Hello Justin, > Sorry for delayed response. > > Basically, we want to recommend some best practices related to failover > params, prefetch params, TLS/SSL params etc. to our customers. But we have > no way to track if they are following those recommendation or not. Hence, > we are looking for a way if these can be tracked at server side. > > Best Regards > Shiv > > -----Original Message----- > From: Justin Bertram <[email protected]> > Sent: 18 August 2025 11:26 PM > To: [email protected] > Subject: Re: How to check and log client side parameters used in > connecting to artemis broker > > > > Unverified Sender: The sender of this email has not been verified. Review > the content of the message carefully and verify the identity of the sender > before acting on this email: replying, opening attachments or clicking > links. > > > 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 > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > For further information, visit: https://activemq.apache.org/contact > >
