You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/05/24 12:52:43 UTC

[camel] 04/06: CAMEL-13570 - Default value for autoCreateQueue is true

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 65d6be9ae4af1279f8a8a851c262e8a8d9db24f2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri May 24 14:06:56 2019 +0200

    CAMEL-13570 - Default value for autoCreateQueue is true
---
 .../main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-sqs/src/main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java b/components/camel-aws-sqs/src/main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java
index 4305a01..894a7b1 100644
--- a/components/camel-aws-sqs/src/main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java
+++ b/components/camel-aws-sqs/src/main/java/org/apache/camel/component/aws/sqs/SqsConfiguration.java
@@ -43,7 +43,7 @@ public class SqsConfiguration implements Cloneable {
     private String proxyHost;
     @UriParam(label = "proxy")
     private Integer proxyPort;
-    @UriParam
+    @UriParam(defaultValue = "true")
     private boolean autoCreateQueue = true;
 
     // consumer properties