diff options
| author | Keith Wall <kwall@apache.org> | 2014-07-29 09:28:12 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2014-07-29 09:28:12 +0000 |
| commit | fbb5f1bab02e79ee56c4695798a5ae276b9e6449 (patch) | |
| tree | ba3a9635875af1b53b4745ce3b5a06d0671e071d /qpid/java/client | |
| parent | 6f7106e1ab47566a82cf6373b25dff1dc345fb25 (diff) | |
| download | qpid-python-fbb5f1bab02e79ee56c4695798a5ae276b9e6449.tar.gz | |
QPID-5876: [Java Client] Highest delivery tag variable not reset after failover and causes rejections to be sent - revert of commit 1607882
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1614291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client')
| -rw-r--r-- | qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java index 3316ae801b..5723ce9b11 100644 --- a/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java +++ b/qpid/java/client/src/main/java/org/apache/qpid/client/AMQSession.java @@ -2272,7 +2272,6 @@ public abstract class AMQSession<C extends BasicMessageConsumer, P extends Basic _failedOverDirty = true; } - _highestDeliveryTag.set(-1); _rollbackMark.set(-1); resubscribeProducers(); resubscribeConsumers(); |
