[ 
https://issues.apache.org/activemq/browse/AMQ-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Rob Davies resolved AMQ-1607.
-----------------------------

    Fix Version/s: 5.1.0
       Resolution: Fixed

Patch applied in svn revision 646286

> Static method to register TransportFactory
> ------------------------------------------
>
>                 Key: AMQ-1607
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1607
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Transport
>    Affects Versions: 5.0.0
>            Reporter: Stepan Koltsov
>             Fix For: 5.1.0
>
>
> Need static method:
> {code}
> public static TransportFactory.registerTransportFactory(String scheme, 
> TransportFactory tf) {
>   TRANSPORT_FACTORYS.put(scheme, tf);
> }
> {code}
> This would allow registering new transport factories without the need of 
> writing META-INF classes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to