Hi

In the beginning there was only one size you had to set per endpoint.
So later we added a default size on the component so you can set it
once.
Then alter that default was reduced from infinitie to 1000. So today
its 1000 and there is a glitch in the docs.
On Tue, Sep 11, 2018 at 11:30 AM Dennis Holunder <dennish...@gmail.com> wrote:
>
> Hi,
>
> according to the seda documetation
> https://github.com/apache/camel/blob/master/camel-core/src/main/docs/seda-component.adoc
> the default size value is 2147483647. However I observe that it will
> actually default to 1000, which is the default value of queueSize
> option. Source code of SedaEndpoint:
>
> Integer size = getSize() == Integer.MAX_VALUE ? null : getSize();
>
> Why there are two size options with different default values?
>
> Dan



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Reply via email to