Class ConnectionFactoryConfiguration
- java.lang.Object
-
- org.alfresco.messaging.camel.configuration.ConnectionFactoryConfiguration
-
@Configuration public class ConnectionFactoryConfiguration extends Object
Configures the ActiveMQ connection factory for use.- Author:
- Gethin James
-
-
Constructor Summary
Constructors Constructor Description ConnectionFactoryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.jms.ConnectionFactoryactiveMqConnectionFactory()protected javax.jms.ConnectionFactorycreateConnectionFactory()protected javax.jms.ConnectionFactorycreateSecureConnectionFactory()org.apache.camel.component.jms.JmsComponentjms()
-
-
-
Method Detail
-
activeMqConnectionFactory
@Bean public javax.jms.ConnectionFactory activeMqConnectionFactory()
-
jms
@Bean public org.apache.camel.component.jms.JmsComponent jms()
-
createConnectionFactory
protected javax.jms.ConnectionFactory createConnectionFactory()
-
createSecureConnectionFactory
protected javax.jms.ConnectionFactory createSecureConnectionFactory()
-
-