]
Emmanuel Hugonnet updated WFLY-14241:
-------------------------------------
Summary: The messageID cannot be used in a filter expressing via JBoss CLI (was:
[GSS](7.3.z) The messageID cannot be used in a filter expressing via JBoss CLI)
The messageID cannot be used in a filter expressing via JBoss CLI
-----------------------------------------------------------------
Key: WFLY-14241
URL:
https://issues.redhat.com/browse/WFLY-14241
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 22.0.0.Beta1
Reporter: Ranabir Chakraborty
Assignee: Ranabir Chakraborty
Priority: Major
The messageID header property holds a java.lang.Long value, however, it is not possible
to use filter operators on the messageID header property.
For example, the following expression would not work besides messageID in each message
was greater than '0'.
[standalone@localhost:9990 /]
/subsystem=messaging-activemq/server=default/jms-queue=A:count-messages(filter="messageID>0")