Class ConnectionFactoryConfiguration


  • @Configuration
    public class ConnectionFactoryConfiguration
    extends Object
    Configures the ActiveMQ connection factory for use.
    Author:
    Gethin James
    • Constructor Detail

      • ConnectionFactoryConfiguration

        public ConnectionFactoryConfiguration()
    • 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()