[
https://issues.apache.org/jira/browse/ARTEMIS-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16576796#comment-16576796
]
ASF GitHub Bot commented on ARTEMIS-2022:
-----------------------------------------
Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2237#discussion_r209373519
--- Diff:
artemis-server/src/main/java/org/apache/activemq/artemis/core/management/impl/QueueControlImpl.java
---
@@ -63,6 +63,7 @@
public class QueueControlImpl extends AbstractControl implements
QueueControl {
public static final int FLUSH_LIMIT = 500;
+ public static final String UNDEFINED = "*_UNDEFINED_*";
--- End diff --
This isn't needed, if you getobjectproperty and do Object.toString on it,
the java standard representation "null" will return.
> Create count messages "group by" this property filter
> -----------------------------------------------------
>
> Key: ARTEMIS-2022
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2022
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Affects Versions: 2.6.3
> Reporter: Arthur Fritz Santiago
> Priority: Major
> Labels: features
>
> Create a new function countMessagesProperty.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)