You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by "Dondorp, Erwin" <er...@cgi.com> on 2021/03/02 14:19:43 UTC

AMQ229025: Cannot delete queue

Hello,

Let's start with the message:
===
WARN  [org.apache.activemq.artemis.protocol.amqp.proton.ProtonServerSenderContext] AMQ229025: Cannot delete queue e68d25b8-cfe7-4cda-bf13-cd8cbbb5e55f on binding e68d25b8-cfe7-4cda-bf13-cd8cbbb5e55f - it has consumers = org.apache.activemq.artemis.core.postoffice.impl.LocalQueueBinding: ActiveMQAMQPInternalErrorException[errorType=INTERNAL_ERROR message=AMQ229025: Cannot delete queue e68d25b8-cfe7-4cda-bf13-cd8cbbb5e55f on binding e68d25b8-cfe7-4cda-bf13-cd8cbbb5e55f - it has consumers = org.apache.activemq.artemis.core.postoffice.impl.LocalQueueBinding]
===

I'm seeing this message since I started using a broker-connection to connect 2 independent artemis brokers.
As a result, I've switched off all auto-delete entries in broker.xml as I suspected some involvement there; but the message is still generated.
So the question is: what causes this? And more importantly: is it bad?
(it says WARN, but it is weird enough to consider it an error from my side, at least until explained)

Anyone had any experience with this message?

thx,
Erwin