Jan-Helge Bergesen created CAMEL-5793:
-----------------------------------------
Summary: 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: Bug
Components: camel-core
Affects Versions: 2.10.2
Environment: Observed on Windows XP
Reporter: Jan-Helge Bergesen
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