How to know if a listener gets the message in JMS?
问题 I'm using Spring JMS and ActiveMQ to send message from one sender to multiple listeners asynchronously. All listeners subscribe to an ActiveMQ Topic so that the message can be delivered to them. I want to know if a particular listener gets the message from the sender. Is there a way to achieve this? Edit: Added the JMS sender and listener classes This is my message sender class: public class CustomerStatusSender { private JmsTemplate jmsTemplate; private Topic topic; public void