posted 1 year ago
Hi,
How to use concurrentConsumers on spring boot micro service listening on IBM MQ. I changed value from default 1 to 2 (also to 4).
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jms/listener/DefaultMessageListenerContainer.html#setConcurrentConsumers(int)
But no change in speed of message consumption in performance/stress
test. Please advise