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
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.