[
https://issues.apache.org/jira/browse/ARTEMIS-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15995609#comment-15995609
]
ASF subversion and git services commented on ARTEMIS-267:
---------------------------------------------------------
Commit cf3e2bf7f06df833d22f4ae55e7b1308d1800de5 in activemq-artemis's branch
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=cf3e2bf ]
ARTEMIS-267 Add test for handling of AMQP header and durability
Adds a test that validates that messages that are either lacking a
header or are set to be non-durable are not persisted and are not
recovered on broker restart.
> AMQP messages without a Header section get persisted despite being non-durable
> ------------------------------------------------------------------------------
>
> Key: ARTEMIS-267
> URL: https://issues.apache.org/jira/browse/ARTEMIS-267
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: AMQP
> Affects Versions: 1.1.0
> Reporter: Robbie Gemmell
>
> When an AMQP message has no header section, or has a header but contains no
> explicit value for the durable field, the spec defaults the value to being
> false / non-durable. If a message is received by the broker without a Header
> section, it currently gets persisted despite this.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)