Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1775#discussion_r162268544
--- Diff:
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/client/ClientSession.java
---
@@ -66,6 +66,11 @@
*/
boolean isAutoCreateQueues();
+ /**
+ * Returns <code>true</code> if auto-create-queues-durable for this
address is set to true, <code>false</code> else.
+ */
+ boolean isAutoCreateQueuesDurable();
--- End diff --
Can we make this enum please as per comments.
---