This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 30d3b6ba59 ARTEMIS-5518 fix case of 'MessageCount' in AddressView
30d3b6ba59 is described below
commit 30d3b6ba59ce673b4b0cc5fe9979d57dbc901977
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Jun 3 15:10:46 2025 -0500
ARTEMIS-5518 fix case of 'MessageCount' in AddressView
---
.../apache/activemq/artemis/core/management/impl/view/AddressField.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/view/AddressField.java
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/view/AddressField.java
index 87d82ef4d3..20aae9a8c1 100644
---
a/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/view/AddressField.java
+++
b/artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/view/AddressField.java
@@ -32,7 +32,7 @@ public enum AddressField {
RETROACTIVE_RESOURCE("retroactiveResource"),
UNROUTED_MESSAGE_COUNT("unroutedMessageCount"),
ROUTED_MESSAGE_COUNT("routedMessageCount"),
- MESSAGE_COUNT("MessageCount"),
+ MESSAGE_COUNT("messageCount"),
NUMBER_OF_BYTES_PER_PAGE("numberOfBytesPerPage"),
ADDRESS_LIMIT_PERCENT("addressLimitPercent"),
PAGING("paging"),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact