Re: custom metrics

2024-12-20 Thread Christian Kurmann
Hi Le Not sure I understand the problem fully so I hope my answer makes sense. In my usage of ActiveMQ I have many microservices which write and read from queues. In my experience the messages become available to the reading activeMQ client as soon as the writing client has committed the message o

custom metrics

2024-12-20 Thread Thai Le
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