Github user michaelandrepearce commented on the issue:
https://github.com/apache/activemq-artemis/pull/1775
Why is this needed? If an address is allowed for queues to be auto created,
the client describes if the queue should be durable or not. e.g. See JMS
Subscription (which maps onto queue) you create a non durable or durable via
the client, and it is reflected in the queue it creates.---
