activemq-flow incremental updates for message persistence in router and flow
queues
------------------------------------------------------------------------------------
Key: AMQ-2177
URL: https://issues.apache.org/activemq/browse/AMQ-2177
Project: ActiveMQ
Issue Type: Improvement
Affects Versions: incubation
Environment: N/A
Reporter: Colin MacNaughton
Fix For: incubation
The general approach that I'm working toward is to make it so that downstream
queues request persistence via the MessageDelivery object during dispatch. At
the end of dispatch then the router passes the MessageDelivery to to the
BrokerDatabase where it will persist the message for all sinks that requests
persistence during dispatch.
Added PersistentQueue interface and StoreHelper class for the flow queue
package to assist in persisting messages.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.