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

Bryan Bende commented on NIFI-908:
----------------------------------

Luke, nice work. Very minor comment - there are two lines that exceed the line 
length of the checkstyle rules when building with -Pcontrib-check

[WARNING] 
src/main/java/org/apache/nifi/processors/standard/util/JmsFactory.java[362] 
(sizes) LineLength: Line is longer than 200 characters (found 236).
[WARNING] 
src/main/java/org/apache/nifi/processors/standard/util/JmsFactory.java[380] 
(sizes) LineLength: Line is longer than 200 characters (found 265).

> Add Support for SSL in JMS Processors
> -------------------------------------
>
>                 Key: NIFI-908
>                 URL: https://issues.apache.org/jira/browse/NIFI-908
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Extensions
>            Reporter: Luke Williamson
>            Priority: Minor
>              Labels: easyfix, newbie
>             Fix For: 0.4.0
>
>         Attachments: nifi-908.patch.zip, nifi-908.patch.zip
>
>
> Add support for SSL in the JMS processors.
> ActiveMQ is the only provider and in order to do this it just needs to use 
> the SSL connection factory instead of the normal one when the connection is 
> using the SSL protocol.
> This should also support SSL in failover mode. So the url's for SSL 
> connections would be something like
> ssl://127.0.0.1:65189
> failover:(ssl://127.0.0.1:65189,ssl://127.0.0.1:65188)?randomize=false



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

Reply via email to