You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Michael Moser (JIRA)" <ji...@apache.org> on 2015/05/18 19:19:00 UTC

[jira] [Created] (NIFI-614) Create a JMS ConnectionFactory controller service and refactor JMS processors to use it

Michael Moser created NIFI-614:
----------------------------------

             Summary: Create a JMS ConnectionFactory controller service and refactor JMS processors to use it
                 Key: NIFI-614
                 URL: https://issues.apache.org/jira/browse/NIFI-614
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
    Affects Versions: 0.1.0
            Reporter: Michael Moser


It is difficult to extend the standard JMS processors to use a different JMS provider besides the included ActiveMQ.  Improve the process of adding support for other JMS providers.

Create a JMS ConnectionFactoryService API in nifi-standard-services.  Create an ActiveMQConnectionFactoryService with the ActiveMQ implementation in nifi-standard-services.  Modify the JMS processors in nifi-standard-processors to use a ConnectionFactoryService to pick the JMS Provider to use.



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