We have 3 producers and 3 consumers. While producers are sending messages to the queue the messages are processed by one of the consumers. We are trying to identify which producers are sending the messages, but we couldn't determine which consumers are processing them.
Help me the find out which consumers taken the taken and processing how to check this things from the ActiveMQ Artemis web console.
The broker doesn't hold on to historical data about which message was acknowledged by which consumer. However, you can enable logging which will give you these details in real time.
First, configure the
LoggingActiveMQServerPlugininbroker.xmlas follow:Second, enabled
DEBUGlogging fororg.apache.activemq.artemis.core.server.plugin.implinlog4j2.properties, e.g.: