Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-9877

InflightRepository - Add browse that can limit per route

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.18.0
    • camel-core
    • 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

          Activity

            People

              davsclaus Claus Ibsen
              davsclaus Claus Ibsen
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: