Github user franz1981 commented on the issue:
https://github.com/apache/activemq-artemis/pull/1986
@nlippke
> Statement-checks are all uppercase. Implementors using this method need
to be aware of it
Thanks for the note :+1: I have added a `String::toUpperCase` while
performing the checks as well.
Are not perfect/safe enough to be used as proper checks (throwing
anything), but at least could help to spot regressions on tests due to some
changes/configurations.---
