Reputation: 135
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
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