You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/12/21 13:43:02 UTC

[8/8] camel git commit: That option is default falsE

That option is default falsE


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/882ea2a7
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/882ea2a7
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/882ea2a7

Branch: refs/heads/camel-2.16.x
Commit: 882ea2a71592c29bed13f99e13ef4d0f7dea4454
Parents: 521424b
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Dec 21 13:40:54 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Dec 21 13:42:45 2015 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/camel/component/jms/JmsConfiguration.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/882ea2a7/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java
----------------------------------------------------------------------
diff --git a/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java b/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java
index aea53f1..1f1037d 100644
--- a/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java
+++ b/components/camel-jms/src/main/java/org/apache/camel/component/jms/JmsConfiguration.java
@@ -122,7 +122,7 @@ public class JmsConfiguration implements Cloneable {
     @UriParam(label = "producer")
     private int replyToMaxConcurrentConsumers;
     // JmsTemplate only
-    @UriParam(label = "producer")
+    @UriParam(label = "producer", defaultValue = "false")
     private Boolean explicitQosEnabled;
     @UriParam(defaultValue = "true", label = "producer")
     private boolean deliveryPersistent = true;