[
https://issues.apache.org/jira/browse/CAMEL-12542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16500285#comment-16500285
]
ASF GitHub Bot commented on CAMEL-12542:
----------------------------------------
GitHub user ramu11 opened a pull request:
https://github.com/apache/camel/pull/2359
CAMEL-12542:seda - Have a default queue size limit
CAMEL-12542:seda - Have a default queue size limit
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ramu11/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2359.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2359
----
commit 7aa99cf2fb45704f9adf8634f644d8ad167afe9c
Author: Ramu <kkakarla@...>
Date: 2018-06-04T14:21:30Z
CAMEL-12542:seda - Have a default queue size limit
----
> seda - Have a default queue size limit
> --------------------------------------
>
> Key: CAMEL-12542
> URL: https://issues.apache.org/jira/browse/CAMEL-12542
> Project: Camel
> Issue Type: Improvement
> Components: camel-core
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 3.0.0
>
>
> The seda/vm queues are unbounded by default. But some users may fill up
> endless messages into these queues and hit OOME.
> We should possible set a default queue size of some reasonable size so that
> out of the box this wont happen.
> Maybe 1000 messages is a good default. People should not really store a very
> high number of in-flight messages in a JVM / CamelContext. Its not good
> practice.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)