Description
Using multiple virtual topic publishers, there is unnecessary serialisation via the destination map.
the read write lock introduced inĀ AMQ-3454 is sufficient to guard access in this case and reads should operate in parallel.
with many thousand destinations lookup can be expensive and the serialisation becomes apparent.
Attachments
Issue Links
- is related to
-
AMQ-3454 Contention on a mutex during a stress when using SimpleAuthenticationPlugin
- Resolved