Concurrency property with Solace Spring cloud stream api

Hi,
Did you set your queue to “non-exclusive” access mode? If that’s set to “exclusive” only one of your instances will receive messages, the other will be on “stand-by”. To achieve round robin to multiple consumer you will have to set “non-exclusive”.
Leah has blogged about this here … https://solace.com/blog/solace-message-queue-access-types/