Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
1)
We can look at optimizing this, as if a producer is singleton, then it can be reused.
The Enricher EIP uses an acquire/release pattern which is only needed for non singleton producers to be thread safe.
And the same for Poll Enricher (consumer cache) NO PROBLEM
2)
And the destination endpoint can be optimized in case its static - then we dont need to evaluate a dynamic destination.
And the same for Poll Enricher
Attachments
Issue Links
- is related to
-
CAMEL-16451 camel-core - ExchangePooling for EIPs
- Resolved