Class BrokerConfiguration


  • @Configuration
    @PropertySource("classpath:remote-partitioning.properties")
    public class BrokerConfiguration
    extends java.lang.Object
    Author:
    Mahmoud Ben Hassine
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      org.apache.activemq.ActiveMQConnectionFactoryconnectionFactory() 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BrokerConfiguration

        public BrokerConfiguration()
    • Method Detail

      • connectionFactory

        @Bean
        public org.apache.activemq.ActiveMQConnectionFactory connectionFactory()