Problem
- When a subscription is closed, the subscription attribute of the SpringTopicSubscriptionImpl object is not set to null
- When calling isOpen(), true instead of false is returned
Solution
Set the subscription attribute to null when calling close()