Arshal Jain
Arshal Jain

Reputation: 135

How to fix negative address size when listening to wildcard address?

Error in Artemis Console

AMQ222214: Destination /queue/app/xxx has an inconsistent and negative address size


Scenario

     @JmsListener(destination = "/queue/app/*")

All of a sudden, the error started appearing and the queue seems to be blocked and the listener does not get any new non-persistent/non-durable messages. The same setup worked for some time.


Observation

Any comments on how to fix this?

Upvotes: 1

Views: 395

Answers (1)

Justin Bertram
Justin Bertram

Reputation: 35217

There's already a couple of Jiras open related to this:

You can either wait for them to be fixed or contribute a fix yourself. Code contributions are always welcome.

Upvotes: 1

Related Questions