Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
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