Gary Tully created AMQ-5541: ------------------------------- Summary: Support preemptive redelivery flag for non persistent messages Key: AMQ-5541 URL: https://issues.apache.org/jira/browse/AMQ-5541 Project: ActiveMQ Issue Type: Improvement Components: Broker Reporter: Gary Tully Assignee: Gary Tully Fix For: 5.12.0
policy entry setPersistJMSRedelivered gives us a hardened redelivery flag even in the event of a restart https://issues.apache.org/jira/browse/AMQ-5068 This feature is conditional on the message being persistent but it need not be. For non persistent messages, we can eagerly set the redelivered flag. This is useful for connection drops and or stomp clients that close their socket. If they ever care about their delivery flag. -- This message was sent by Atlassian JIRA (v6.3.4#6332)