mirror of
https://github.com/apache/activemq.git
synced 2025-02-07 10:38:58 +00:00
Use a CopyOnWriteArrayList to ensure that traversals of the adapters list do not generate ConcurrentModificationException if a new adapter is added during that time.