Claus Ibsen created CAMEL-9877:
----------------------------------
Summary: InflightRepository - Add browse that can limit per route
Key: CAMEL-9877
URL: https://issues.apache.org/jira/browse/CAMEL-9877
Project: Camel
Issue Type: Improvement
Components: camel-core
Reporter: Claus Ibsen
Fix For: 2.18.0
We have a browse that limits per context
{code}
browse(int limit, boolean sortByLongestDuration)
A read-only browser of the InflightRepository.InflightExchanges that are
currently inflight.
{code}
But we need one that limits per route, eg
{code}
browse(String routeId, int limit, boolean sortByLongestDuration)
A read-only browser of the InflightRepository.InflightExchanges that are
currently inflight on that given route.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)