Justin Bertram created ARTEMIS-289:
--------------------------------------
Summary: Potential ConcurrentModificationException when closing
connections
Key: ARTEMIS-289
URL: https://issues.apache.org/jira/browse/ARTEMIS-289
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Justin Bertram
Assignee: Justin Bertram
Fix For: 1.1.1
org.apache.activemq.artemis.core.server.impl.QueueImpl#getConsumers returns the
actual Set of consumers, but if another thread modifies this collection while
the caller loops through the Set then a ConcurrentModificationException will be
thrown.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)