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

camel-seda - Endpoints with custom queueSize to create queue lazy

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.8.0
    • camel-core
    • None
    • Unknown

    Description

      If you have

      from timer
      to seda foo

      from seda foo ? queueSize = 5
      to log foo

      Then due the producer with seda : foo is created first it creates the queue with default size. But since there consumer has set the custom queue size to 5, then we would like the queue to be 5.

      So we should lazy create the queue until all endpoints in routes are created. Then we can find out what the queue size should be

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: