You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/14 21:47:18 UTC

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

    [ https://issues.apache.org/jira/browse/NIFI-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15146724#comment-15146724 ] 

ASF GitHub Bot commented on NIFI-614:
-------------------------------------

GitHub user olegz opened a pull request:

    https://github.com/apache/nifi/pull/222

    NIFI-614 Added initial support for new style JMS

    NIFI-614 finalized JMSConnectionFactoryProvider ControllerService
    
    NIFI-614 finalized implementation of both Processors and ControllerService
    
    NIFI-614 added initial documentation
    
    NIFI-614 polishing

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/olegz/nifi NIFI-614

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/222.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #222
    
----
commit 1a488c267ff02b70684f90c33286dbca7cd4df41
Author: Oleg Zhurakousky <ol...@suitcase.io>
Date:   2016-01-26T14:21:46Z

    NIFI-614 Added initial support for new style JMS
    
    NIFI-614 finalized JMSConnectionFactoryProvider ControllerService
    
    NIFI-614 finalized implementation of both Processors and ControllerService
    
    NIFI-614 added initial documentation
    
    NIFI-614 polishing

----


> 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
>            Assignee: Oleg Zhurakousky
>              Labels: JMS
>             Fix For: 0.6.0
>
>
> 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)