mirror of
https://github.com/apache/activemq.git
synced 2025-02-11 04:26:29 +00:00
Initial fix for this issue. Uses a separate collection to track the creation time of the consumers, might want to test just using a ConcurrentLinkedQueue since that will stay in creation or naturally although the remove operations could cost more...removed debug logs.