-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
To eliminate contention in the EJB StrictMaxPool, can we change the underlying data structure to use ConcurrentLinkedQueue, instead of the LinkedList with synchronization that is in the implementation currently?