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/24 11:08:12 UTC

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

     [ https://issues.apache.org/jira/browse/CAMEL-9877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-9877.
--------------------------------
    Resolution: Fixed

> 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
>            Assignee: 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)