How to unsubscribe a Durable Subscription using Spring DMLC
Hi,
Can any one help me to find out a way how to unsubscribe a durable subscription using spring DefaultMessageListenerContainer.
In plain JMS we just need to do is -> session.unsubscribe("name of the durable subscription")
I did not get any method in DefaultMessageListenerContainer.
Appreciate your suggestion !!
Thanks,
Gourab
client id and name already in use
hey gaurob and gary,,
i tried the above workaround of using the jmstemplate to unsubscribe , it gives me a client id already in use exception..have u faced it before
please help