Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1701
@michaelandrepearce you need a producer and have a meessage with
destination == null to make this happen.
the AMQP JMS client will set the destination on the producer.. what won't
happen through the C++ client.
You would need to run the test with a C++ client.
The best would probably be to have an AMQP Example with clustered messages.---
