Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.18.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Novice
Description
We have a browse that limits per context
browse(int limit, boolean sortByLongestDuration) A read-only browser of the InflightRepository.InflightExchanges that are currently inflight.
But we need one that limits per route, eg
browse(String routeId, int limit, boolean sortByLongestDuration) A read-only browser of the InflightRepository.InflightExchanges that are currently inflight on that given route.
Attachments
Issue Links
- is related to
-
CAMEL-9878 camel-commands - Add command to show top N inflight exchanges per routes
-
- Resolved
-