Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
5.9.1
-
None
-
None
-
Windows 7. JDK1.6
Description
I enabled deletion of Inactive Queue for POC every 10 seconds
<policyEntry queue=">" producerFlowControl="true" memoryLimit="20mb" gcInactiveDestinations="true" inactiveTimoutBeforeGC="10000">.
Now I start a Consumer Listener process..The Queue is created and then it is deleted though Consumer is still running and Active..I would expect this to should not be deleted as it still has active Queue
Looking @ code BaseDestination->markForGC(long timeStamp) & BaseDestination->canGC() seems to be suspect based on usage from RegionBroker->purgeInactiveDestinations