Github user michaelandrepearce commented on the pull request:
https://github.com/apache/activemq-artemis/commit/26752a7aafa5651e41abf23ac550c6c09bb08287#commitcomment-26165547
In
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java:
In
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/JMSClientTestSupport.java
on line 237:
Ah focus here was on getting LVQ working on AMQP, probably why didn't pick
up on it, seems it won't on OpenWire, but we can support it relatively easily.
Also test uses a few JMS 2.0 methods (un-neededly) so can update also.
Ill raise a JIRA to support LVQ for OpenWire (as its a new feature) and in
doing so this will be fixed up
---