Package org.apache.activemq.tool.spi
Interface SPIConnectionFactory
-
- All Known Implementing Classes:
ActiveMQPojoSPI
,ActiveMQReflectionSPI
,ClassLoaderSPIConnectionFactory
,ReflectionSPIConnectionFactory
public interface SPIConnectionFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
configureConnectionFactory(ConnectionFactory jmsFactory, Properties settings)
ConnectionFactory
createConnectionFactory(Properties settings)
-
-
-
Method Detail
-
createConnectionFactory
ConnectionFactory createConnectionFactory(Properties settings) throws Exception
- Throws:
Exception
-
configureConnectionFactory
void configureConnectionFactory(ConnectionFactory jmsFactory, Properties settings) throws Exception
- Throws:
Exception
-
-