Github user jostbg commented on the issue:
https://github.com/apache/activemq-artemis/pull/1775
@mtaylor When I talked about durability in the context of queues I meant
persistence (writing messages to disk) and not durable subscriptions.
We want to allow clients to create their own queues under a given
namespace but we do not want to persist these messages (so they will not
survive a broker restart). How else if not by declaring these auto-created
queues as non-durable can we achieve that? Maybe there is some other setting I
am simply missing here. Then we don't need a flag on auto-created queues to
specify their durability mode.
---