Repository: activemq-artemis Updated Branches: refs/heads/master 6cacdd9e3 -> 86779195f
NO-JIRA: Removing duplciate code Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/86779195 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/86779195 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/86779195 Branch: refs/heads/master Commit: 86779195fa4d88ee7fce2a5408b294e1cffd9bcc Parents: 6cacdd9 Author: Clebert Suconic <[email protected]> Authored: Thu Mar 30 11:15:06 2017 -0400 Committer: Clebert Suconic <[email protected]> Committed: Thu Mar 30 11:15:09 2017 -0400 ---------------------------------------------------------------------- .../protocol/amqp/proton/ProtonServerReceiverContext.java | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/86779195/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContext.java ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContext.java b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContext.java index fcdced4..20ef1df 100644 --- a/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContext.java +++ b/artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/proton/ProtonServerReceiverContext.java @@ -155,10 +155,6 @@ public class ProtonServerReceiverContext extends ProtonInitializable implements } receiver = ((Receiver) delivery.getLink()); - if (delivery.isPartial()) { - return; - } - Transaction tx = null; byte[] data;
