Description
In ActiveMQ 5 there is an individualDeadLetterStrategy policy available for the Dead Letter Strategy, e.g.:
<policyEntry queue=">"> <deadLetterStrategy> <individualDeadLetterStrategy queuePrefix="DLQ." useQueueForQueueMessages="true"/> </deadLetterStrategy> </policyEntry>
This feature allows organizations to implement standardized policies on a broker for ensuring each queue has its own equivalent dead letter queue in an easy to configure fashion.
This feature has shown interest by others in the past on the mailing list as well as Red Hat's Knowledgebase .
Attachments
Issue Links
- is duplicated by
-
ARTEMIS-470 Artemis IndividualDeadLetterQueueStrategy
- Resolved
- is related to
-
ARTEMIS-2675 No retry button in web console for messages in auto-created DLQs
- Closed
- relates to
-
ARTEMIS-2649 Auto-create DLQ message loss when moving messages between destinations
- Resolved
-
ARTEMIS-2624 Auto-create expiry resources
- Closed
- links to