Author: lquack
Date: Thu Nov 3 16:24:35 2016
New Revision: 1767922
URL: http://svn.apache.org/viewvc?rev=1767922&view=rev
Log:
restore non-compliant resend on rollback behaviour
Modified:
qpid/java/branches/remove-queue-runner/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java
Modified:
qpid/java/branches/remove-queue-runner/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java
URL:
http://svn.apache.org/viewvc/qpid/java/branches/remove-queue-runner/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java?rev=1767922&r1=1767921&r2=1767922&view=diff
==============================================================================
---
qpid/java/branches/remove-queue-runner/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java
(original)
+++
qpid/java/branches/remove-queue-runner/broker-plugins/amqp-0-8-protocol/src/main/java/org/apache/qpid/server/protocol/v0_8/AMQChannel.java
Thu Nov 3 16:24:35 2016
@@ -3720,6 +3720,9 @@ public class AMQChannel
};
rollback(task);
+
+ // TODO: This is not spec compliant but we currently seem to rely on
this behaviour
+ resend();
}
@Override
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]