Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/674#discussion_r72482154
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/QueueControl.java
---
@@ -105,6 +105,12 @@
long getMessagesExpired();
/**
+ * Returns the number of messages removed from this queue since it was
created due to exceeding the max delivery attempts.
+ */
+ @Attribute(desc = "number of messages removed from this queue since it
was created due to exceeding the max delivery attempts")
+ long getMessagesKilled();
--- End diff --
there's no measure for DLQ currently?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---