You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "clebert suconic (JIRA)" <ji...@apache.org> on 2018/10/31 13:17:00 UTC

[jira] [Created] (ARTEMIS-2159) OpenWire will allow one extra message to be sent after address is full

clebert suconic created ARTEMIS-2159:
----------------------------------------

             Summary: 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
             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)