Github user jbertram commented on the issue: https://github.com/apache/activemq-artemis/pull/2493 The test is correct. Creating a subscription before attempting to receive the message defeats the point of the test as the test is ensuring that the session is clean (i.e. no previous subscriptions exist) when reconnecting with the same client ID.
---