CAMEL-8375: activity task thread pool is not configurable
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f98f5c58 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f98f5c58 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f98f5c58 Branch: refs/heads/master Commit: f98f5c581c1610fc2fc87b78b27d6e20751cca4f Parents: 91457b8 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Feb 19 08:13:36 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Feb 19 08:13:36 2015 +0100 ---------------------------------------------------------------------- .../java/org/apache/camel/component/aws/swf/SWFConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f98f5c58/components/camel-aws/src/main/java/org/apache/camel/component/aws/swf/SWFConfiguration.java ---------------------------------------------------------------------- diff --git a/components/camel-aws/src/main/java/org/apache/camel/component/aws/swf/SWFConfiguration.java b/components/camel-aws/src/main/java/org/apache/camel/component/aws/swf/SWFConfiguration.java index 6c7db6d..bf19774 100644 --- a/components/camel-aws/src/main/java/org/apache/camel/component/aws/swf/SWFConfiguration.java +++ b/components/camel-aws/src/main/java/org/apache/camel/component/aws/swf/SWFConfiguration.java @@ -75,7 +75,7 @@ public class SWFConfiguration { private ActivityTypeRegistrationOptions activityTypeRegistrationOptions; @UriParam private WorkflowTypeRegistrationOptions workflowTypeRegistrationOptions; - @UriParam + @UriParam(defaultValue = "100") private int activityThreadPoolSize = 100; // aws-sdk default public String getAccessKey() {