You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/08/31 16:07:00 UTC

[jira] [Commented] (QPID-7823) [Java Broker] [AMQP1.0] Contradicting message-formats on multi transfer deliveries should result in error

    [ https://issues.apache.org/jira/browse/QPID-7823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16149182#comment-16149182 ] 

ASF subversion and git services commented on QPID-7823:
-------------------------------------------------------

Commit cc309fa38780c19a268b4c3cfce2db1dd555db89 in qpid-broker-j's branch refs/heads/master from [~lorenz.quack]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=cc309fa ]

QPID-7823: [Java Broker] Make contradicting message-formats on multi transfer deliveries result in link error


> [Java Broker] [AMQP1.0] Contradicting message-formats on multi transfer deliveries should result in error
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-7823
>                 URL: https://issues.apache.org/jira/browse/QPID-7823
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Lorenz Quack
>             Fix For: qpid-java-broker-7.0.0
>
>
> The AMQP specification states in [section 2.7.5|http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-transport-v1.0-os.html#type-transfer] about the message-format field of the Transfer performative:
> bq. This field MUST be specified for the first transfer of a multi-transfer message and can only be omitted for continuation transfers. It is an error if the message-format on a continuation transfer differs from the message-format on the first transfer of a delivery.
> We currently do not enforce this. Currently we just take the value of the first transfer that specifies it and ignore all subsequent values which is not spec compliant. We also allow it to be unspecified (i.e., null) in which case we default to UnsignedInteger(0).
> [AMQP-130|https://issues.oasis-open.org/browse/AMQP-130] was raised to clarify how to handle the error case.



--
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