You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2021/02/24 15:50:00 UTC

[jira] [Comment Edited] (ARTEMIS-3135) AMQ222214: Destination q has an inconsistent and negative address size=-6

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

Justin Bertram edited comment on ARTEMIS-3135 at 2/24/21, 3:49 PM:
-------------------------------------------------------------------

FWIW, I believe the invalid filter thing is ARTEMIS-2802 (for which a PR has already been sent). Although the Jira references OpenWire the same problem will happen with AMQP.


was (Author: jbertram):
FWIW, I believe the invalid filter thing is ARTEMIS-2802 (for which a PR has already been sent).

> AMQ222214: Destination q has an inconsistent and negative address size=-6
> -------------------------------------------------------------------------
>
>                 Key: ARTEMIS-3135
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3135
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.17.0
>            Reporter: Erwin Dondorp
>            Assignee: Gary Tully
>            Priority: Major
>             Fix For: 2.18.0
>
>         Attachments: broker.xml
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> The following messages appear after sending a message and then manual deleting it using the GUI:
> {{AMQ222214: Destination q has an inconsistent and negative address size=-6}}
>  and
>  {{AMQ222215: Global Address Size has negative and inconsistent value as -6}}
> The file {{broker.xml}} is almost pristine, except for the addition of anycast destination {{q}}:
> {code:xml}
> <address name="q">
>    <anycast>
>       <queue name="q"/>
>    </anycast>
> </address>
> {code}
> The message that was sent is a simple text message sent using the AMQP protocol to this queue.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)