mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 10:09:01 +00:00
The test is broken. It can be fixed by doing ```java FakeTransportConnector(URI uri) { setServer(new TransportServer { @Override public URI getConnectURI() { return uri; } but then the test would fail because message eviction is not supported by Artemis.