org.apache.activemq.tool.spi
Interface SPIConnectionFactory

All Known Implementing Classes:
ActiveMQPojoSPI, ActiveMQReflectionSPI, ClassLoaderSPIConnectionFactory, ReflectionSPIConnectionFactory

public interface SPIConnectionFactory


Method Summary
 void configureConnectionFactory(javax.jms.ConnectionFactory jmsFactory, Properties settings)
           
 javax.jms.ConnectionFactory createConnectionFactory(Properties settings)
           
 

Method Detail

createConnectionFactory

javax.jms.ConnectionFactory createConnectionFactory(Properties settings)
                                                    throws Exception
Throws:
Exception

configureConnectionFactory

void configureConnectionFactory(javax.jms.ConnectionFactory jmsFactory,
                                Properties settings)
                                throws Exception
Throws:
Exception


Copyright © 2011 Apache Software Foundation. All Rights Reserved.