Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2448#discussion_r238413260
--- Diff:
tests/jms-tests/src/test/java/org/apache/activemq/artemis/jms/tests/TemporaryDestinationTest.java
---
@@ -265,6 +266,126 @@ public void testTemporaryQueueDeleted() throws
Exception {
}
}
+ @Test
+ public void testTemporaryQueueDeletedAfterSessionClosed() throws
Exception {
--- End diff --
Can the behaviour be checked with amqp and openwire to check impl behaviour
is the same
---