You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Lorenz Quack (JIRA)" <ji...@apache.org> on 2017/10/03 13:50:00 UTC

[jira] [Created] (QPID-7950) [Java Broker, AMQP 1.0] Discharging transaction after consumer link detach does not apply the correct outcomes

Lorenz Quack created QPID-7950:
----------------------------------

             Summary: [Java Broker, AMQP 1.0] Discharging transaction after consumer link detach does not apply the correct outcomes
                 Key: QPID-7950
                 URL: https://issues.apache.org/jira/browse/QPID-7950
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
            Reporter: Lorenz Quack
            Priority: Blocker
             Fix For: qpid-java-broker-7.0.0


Consider the following scenario:
 * declare transaction
 * receive a delivery
 * detach the consumer
 * send disposition with txn-state and Accepted outcome
 * discharge the transaction

After this message should be deleted from the broker. It currently is not.
Currently, detaching the link applies the Modified outcome to all unsettled messages therefore the disposition and discharge have no effect on them.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org