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

Claus Ibsen resolved CAMEL-16106.
---------------------------------
    Fix Version/s:     (was: 3.x)
                   3.8.0
       Resolution: Fixed

> camel-seda - Endpoints with custom queueSize to create queue lazy
> -----------------------------------------------------------------
>
>                 Key: CAMEL-16106
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16106
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.8.0
>
>
> 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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to