I'm trying to subscribe to a topic using durable and shared enabled, so that multiple instance can be connected to a topic to increase the scalability.
However, only the first instance getting connected without any errors, the second instance message listener keeps throwing the below error messages. I checked with my Webmethods counterpart and he found that the client state was disabled and that's why second listener was not able to connect using the same subscription name.
Can someone throw light on this issue please.
18:14:15,050 WARN
[org.springframework.jms.listener.DefaultMessageListenerContainer] (DefaultMessageListenerContainer-145) Setup of JMS message listener invoker failed for destination 'topicName' - trying to recover. Cause: [BRM.10.2209] JMS: Durable subscription "connectionFactory##subscriptionName" is in use.