org.apache.activemq.tool.spi
Interface SPIConnectionFactory
- All Known Implementing Classes:
- ActiveMQPojoSPI, ActiveMQReflectionSPI, ClassLoaderSPIConnectionFactory, ReflectionSPIConnectionFactory
public interface SPIConnectionFactory
createConnectionFactory
javax.jms.ConnectionFactory createConnectionFactory(java.util.Properties settings)
throws java.lang.Exception
- Throws:
java.lang.Exception
configureConnectionFactory
void configureConnectionFactory(javax.jms.ConnectionFactory jmsFactory,
java.util.Properties settings)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2010 Apache Software Foundation. All Rights Reserved.