[
https://issues.apache.org/jira/browse/CAMEL-5793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen updated CAMEL-5793:
-------------------------------
Fix Version/s: 2.11.0
Issue Type: Improvement (was: Bug)
> Clients referring to seda: endpoint without options in URI, create implicit
> endpoints
> -------------------------------------------------------------------------------------
>
> Key: CAMEL-5793
> URL: https://issues.apache.org/jira/browse/CAMEL-5793
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Affects Versions: 2.10.2
> Environment: Observed on Windows XP
> Reporter: Jan-Helge Bergesen
> Assignee: Claus Ibsen
> Fix For: 2.11.0
>
> Attachments: clients-without-seda-options.PNG,
> clients-with-seda-options.png
>
>
> Create a "from()" endpoint with configuration:
> {code}
> from("seda:something?size=10000&blockWhenFull=true")...
> {code}
> Let clients push to the endpoint without options:
> {code}
> to("seda:something")...
> {code}
> Camel then creates two seda endpoints: one bounded (with options) and one
> unbounded.
> Both endpoints receive messages from the client, but the unbounded one
> doesn't seem to do much other than buffer things?
> Possible this leads to duplicates on the process following "from" (not
> tested).
> For our case, this lead to an OOM under an extreme (200-300% of expected
> peak) load test.
> Will attach screenshots from jVisualVM.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira