Spring Message Listener Container doc says:
The durable subscription name needs to be unique within this client's JMS client id. Default is the class name of the specified message listener. Note: Only 1 concurrent consumer (which is the default of this message listener container) is allowed for each durable subscription.
I thought, we can handle concurrent messages at the same time. Am I missing something?