Hello, We are using artemis 2.33 and from time to time we receive complaints from users that either the message processing is too long or the queue takes too long to deliver messages. We want to log some info about the messages when they are sent, received, acked,... Is it possible to write a class that got triggered when such events (sent, received, acked,..) happen to log the necessary info about the message (time + some header related to tenant info)? I am not sure if it should write to an external log service or simply a text file in a broker so suggestions are all welcome.
Regards Thai Le