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/04/17 09:33:41 UTC

[jira] [Updated] (QPID-7749) [Java Broker] In AMQP 1.0 settle incoming messages when rcv-settle-mode is default

     [ https://issues.apache.org/jira/browse/QPID-7749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lorenz Quack updated QPID-7749:
-------------------------------
    Description: 
From the AMQP 1.0 spec:
* The default {{rcv-sttle-mode}} is {{first}} (2.7.3)
* If the {{rcv-settle-mode}} is not set on a Transfer it falls back to what was negotiated on the Link Attach (2.7.5)
* The definition of {{first}} settle mode is given in 2.8.3: {quote}The receiver will spontaneously settle all incoming transfers.{quote}

I take that to mean that the receiver should send back a Disposition with {{settled=true}}.

Currently, the disposition the broker sends back is unsettled.
This was brought out by {{org.apache.qpid.tests.protocol.v1_0.messaging.TransferTest#transfer}}

  was:
From the AMQP 1.0 spec:
* The default {{rcv-sttle-mode}} is {{first}} (2.7.3)
* If the {{rcv-settle-mode}} is not set on a Transfer it falls back to what was negotiated on the Link Attach (2.7.5)
* The definition of {{first}} settle mode is given in 2.8.3: {quote}The receiver will spontaneously settle all incoming transfers.{quote}
I take that to mean that the receiver should send back a Disposition with {{settled=true}}.

Currently, the disposition the broker sends back is unsettled.
This was brought out by {{org.apache.qpid.tests.protocol.v1_0.messaging.TransferTest#transfer}}


> [Java Broker] In AMQP 1.0 settle incoming messages when rcv-settle-mode is default
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-7749
>                 URL: https://issues.apache.org/jira/browse/QPID-7749
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Lorenz Quack
>             Fix For: qpid-java-broker-7.0.0
>
>
> From the AMQP 1.0 spec:
> * The default {{rcv-sttle-mode}} is {{first}} (2.7.3)
> * If the {{rcv-settle-mode}} is not set on a Transfer it falls back to what was negotiated on the Link Attach (2.7.5)
> * The definition of {{first}} settle mode is given in 2.8.3: {quote}The receiver will spontaneously settle all incoming transfers.{quote}
> I take that to mean that the receiver should send back a Disposition with {{settled=true}}.
> Currently, the disposition the broker sends back is unsettled.
> This was brought out by {{org.apache.qpid.tests.protocol.v1_0.messaging.TransferTest#transfer}}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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