This question is similar to the one here, but I'm not sure how to get this working
I have an ActiveMQ Artemis Broker v 2.16.0 and Spring microservice projects with spring-jms 5.3.3. I have two microservices, A and B, that subscribe to a topic. Because of high workload, I have two instances of microservice A running. How can I configure both instances of microservice A to connect to the topic but not consume the same messages?