You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Mark Payne (JIRA)" <ji...@apache.org> on 2016/07/01 16:57:11 UTC

[jira] [Created] (NIFI-2164) ConsumeJMS should allow user to configure trade-off between 'best effort' and 'guaranteed receipt' of data

Mark Payne created NIFI-2164:
--------------------------------

             Summary: ConsumeJMS should allow user to configure trade-off between 'best effort' and 'guaranteed receipt' of data
                 Key: NIFI-2164
                 URL: https://issues.apache.org/jira/browse/NIFI-2164
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Mark Payne
             Fix For: 1.0.0


Currently the ConsumeJMS Processor uses auto-acknowledge acknowledgement. This is beneficial for many use cases but could result in data loss if NiFi is shut down. We should expose a 'Delivery Guarantee' property that allows the user to choose between 'Best Effort', which will provide better performance or 'Guaranteed Receipt', which will guarantee that data has been committed to NiFi's Content & FlowFile Repositories before acknowledging the message.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)