JMS queue with multiple consumers

With multiple consumers on a queue, messages are load balanced between the consumers. As you have some time consuming the message, you should disable buffering by setting consumer-window-size. On hornetQ there’s an example on the distribution, about how to disable client buffering and give a better support for slow consumers. (a slow consumer is a … Read more