I need an Artemis consumer instance running on my terminal. But there’s a counter of messages that closes the broker’s connection when a certain amount of messages is reached.
A Kafka’s consumer client always stays active only if you manually close the connection. Is there a way to achieve the same behavior in Artemis?
Consumer ActiveMQQueue[address::queue], thread=0 wait until 1000 messages are consumed