Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.0
-
Labels:None
Description
we have such code
public ExchangeImpl(Pattern pattern)
but UUID.randomUUID() is a well-known source of synchronization bottlenecks. we should use ActiveMQUuidGenerator for better performance.