ibm-messaging / mq-jms-spring

Components to assist MQ JMS integration with Spring frameworks
Apache License 2.0
186 stars 102 forks source link

Question: Running the Spring Boot Listener in HA Mode #66

Closed sandeep540 closed 3 years ago

sandeep540 commented 3 years ago

Hi Wanted to check on how to run the Spring Boot listener in HA Mode? is it possible? How to make sure each message is processed once by on the listeners

Screen Shot 2021-01-11 at 10 34 33 AM

Please include the following information in your ticket.

ibmmqmet commented 3 years ago

Don't really understand what you are asking. Each MQ message will always be destructively retrieved by only a single consumer from a particular queue, though it's not guaranteed on WHICH instance of a consumer would get it. That's a fundamental rule of MQ behaviour.

If you're asking about other aspects of messaging or connectivity, for example pub/sub topologies then you need to be a lot clearer in the question.

ibmmqmet commented 3 years ago

No update received.