[ https://issues.apache.org/jira/browse/ARTEMIS-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16330214#comment-16330214 ]
ASF GitHub Bot commented on ARTEMIS-1587: ----------------------------------------- Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1775#discussion_r162269947 --- Diff: artemis-core-client/src/main/java/org/apache/activemq/artemis/core/protocol/core/impl/wireformat/SessionBindingQueryResponseMessage_V2.java --- @@ -25,16 +25,21 @@ protected boolean autoCreateQueues; + protected boolean autoCreateQueuesDurable; --- End diff -- I personally don't see why this is needed at all, if this is meant to be a server side change only. > Add setting to control the queue durable property for auto-created addresses > ---------------------------------------------------------------------------- > > Key: ARTEMIS-1587 > URL: https://issues.apache.org/jira/browse/ARTEMIS-1587 > Project: ActiveMQ Artemis > Issue Type: New Feature > Components: Broker > Affects Versions: 2.4.0 > Reporter: Johan Stenberg > Assignee: Martyn Taylor > Priority: Major > > When pre-defining queues in the broker.xml the durable property can be > specified. Auto-created queues are currently always durable. It would be > useful to extend the AddressSettings so that default queue durability for > auto-created queues can be specified. -- This message was sent by Atlassian JIRA (v7.6.3#76005)