Github user rpelisse commented on the issue:
https://github.com/apache/activemq-artemis/pull/2312
@michaelandrepearce maybe it's me, but it feels a bit like an overkill to
add such a test into the integration test. I would rather move the validation
logic into an Utils class (with static method) and add a simple JUnit test,
with some mock object if needed. This way the validation logic can tested,
enhance and modified completely out of the container. Would you mind if I did
just that?---
