[ 
https://issues.apache.org/jira/browse/ARTEMIS-1587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16333990#comment-16333990
 ] 

ASF GitHub Bot commented on ARTEMIS-1587:
-----------------------------------------

Github user jostbg commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1775
  
    @michaelandrepearce I cannot modify the durable flag of AMQP messages as 
they are meant to be immutable and it would prevent using features like digital 
signatures AFAIK. What we are looking for - no matter at which level it is 
configured - is a way to opt-out of message persistence for a queues in a 
certain namespace (or even globally) since the SLA/QoS of our service does not 
guarantee message delivery in case of broker failure. But if we receive more 
messages than what can be stored in the heap or receive very large messages we 
would still want/need paging/large messages support to ensure stable operation.


> 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)

Reply via email to