[
https://issues.apache.org/jira/browse/ARTEMIS-2159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670374#comment-16670374
]
ASF subversion and git services commented on ARTEMIS-2159:
----------------------------------------------------------
Commit d54cce16cb3c8a5169fe8d076b0e0a9a4e388561 in activemq-artemis's branch
refs/heads/2.6.x from Clebert Suconic
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=d54cce1 ]
ARTEMIS-2159 OpenWire would allow one extra send
Thanks to Otavio Piske collaborating a test change here.
(cherry picked from commit 02a6d5bb493d6e0eea1ed847157d4e6b57aacf7f)
> OpenWire will allow one extra message to be sent after address is full
> ----------------------------------------------------------------------
>
> Key: ARTEMIS-2159
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2159
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.6.3
> Reporter: clebert suconic
> Assignee: clebert suconic
> Priority: Major
> Fix For: 2.7.0, 2.6.4
>
>
> OpenWire will do a check on isAddressFull with a callback to send the message.
>
> As soon as the address clears one extra message is received, even when the
> client received an exception on sending.
>
>
> We shoulnd't do the send on a callback.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)