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


Reply With Quote
