How to use concurrency in jms topics using spring? Like for queues we can set maxConcurrentConsumers properties to the desired number. But if I do that for a JMS topic, it leads to concurrent consumption of the same message, which is not desirable.
Can somebody please point me in the right direction?