Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2149#discussion_r196752073 --- Diff: tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/AmqpNoHearbeatsTest.java --- @@ -80,4 +88,68 @@ public void inspectOpenedResource(Connection connection) { connection.close(); } + private static final String QUEUE_NAME = "queue://testHeartless"; --- End diff -- I made a mistake. I created a static property because this needs a Spawned VM. Getting it from the static property seemed easier. Do you really care about this? if so we can change the test.
---