Gary Tully created AMQ-4584:
-------------------------------

             Summary: Allow configuration of a discarding dead letter strategy
                 Key: AMQ-4584
                 URL: https://issues.apache.org/jira/browse/AMQ-4584
             Project: ActiveMQ
          Issue Type: Improvement
          Components: Broker
    Affects Versions: 5.8.0
            Reporter: Gary Tully
            Priority: Minor
             Fix For: 5.9.0


If you don't wish to retain non delivered or expired persistent messages then 
it should be possible to easily disable the use of the dlq.
the discarding plugin will purge it, but that is not ideal.

Preferable is something like:
{code}<destinationPolicy>
  <policyMap>
    <policyEntries>
      <policyEntry queue=">" deadLetterStrategy="discarding" />
    ...{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to