Only one of my two receivers is receiving message from ActiveMQ Artemis multicast queue
I have two Spring Boot applications using JmsListener
consuming from an ActiveMQ Artemis multicast queue named onboard_application
and address named onboard_address
but only one manages to receive the message and then the message gets deleted from the queue.
Only one of my two receivers is receiving message from ActiveMQ Artemis multicast queue
I have two Spring Boot applications using JmsListener
consuming from an ActiveMQ Artemis multicast queue named onboard_application
and address named onboard_address
but only one manages to receive the message and then the message gets deleted from the queue.