You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/04/18 15:41:25 UTC

[jira] [Created] (CAMEL-9877) InflightRepository - Add browse that can limit per route

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)