Github user jostbg commented on the issue: https://github.com/apache/activemq-artemis/pull/1775 The problem is, that at least when using AMQP the client cannot control if a durable or non-durable queue is created. The broker always auto-creates durable queues. We discussed that at https://issues.apache.org/jira/browse/ARTEMIS-1582 where the conclusion was it may make sense to - instead of hard-code the durable property - extend the address settings.
---