Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.2.0
-
None
-
None
-
All
Description
The equals method return false even when it is executed on the same object for the specialized classes of Session (TopicSession, QueueSession). If those objects are held within a List, the contains method would return false even if the object in question is already in the list.
This is a minor issue as the cleanups are normally done on the connection level and users shouldn't need to keep track of open sessions for a later cleanup.