Repository: activemq-artemis Updated Branches: refs/heads/master 20737cb43 -> 8a88a5669
ARTEMIS-951 Auto Commit MQTT Acks Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cd28d765 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cd28d765 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cd28d765 Branch: refs/heads/master Commit: cd28d76554b66f618a9fb0352b2e46ecc04f1534 Parents: b2e250d Author: Martyn Taylor <[email protected]> Authored: Tue Feb 7 16:52:13 2017 +0000 Committer: Martyn Taylor <[email protected]> Committed: Thu Feb 9 10:43:03 2017 +0000 ---------------------------------------------------------------------- .../org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cd28d765/artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java b/artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java index 3638431..bdc16b1 100644 --- a/artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java +++ b/artemis-protocols/artemis-mqtt-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/mqtt/MQTTUtil.java @@ -43,7 +43,7 @@ public class MQTTUtil { public static final boolean SESSION_AUTO_COMMIT_SENDS = true; - public static final boolean SESSION_AUTO_COMMIT_ACKS = false; + public static final boolean SESSION_AUTO_COMMIT_ACKS = true; public static final boolean SESSION_PREACKNOWLEDGE = false;
