Class AmqpSampleApplication


  • @SpringBootApplication
    public class AmqpSampleApplication
    extends Object
    • Constructor Detail

      • AmqpSampleApplication

        public AmqpSampleApplication()
    • Method Detail

      • main

        public static void main​(String[] args)
      • amqpLogger

        @Bean
        public dev.snowdrop.vertx.sample.amqp.AmqpLogger amqpLogger​(AmqpClient client,
                                                                    org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ server)
      • amqpLog

        @Bean
        public dev.snowdrop.vertx.sample.amqp.AmqpLog amqpLog​(AmqpClient client,
                                                              org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ server)
      • embeddedBroker

        @Bean(destroyMethod="stop")
        public org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ embeddedBroker()
                                                                                         throws Exception
        Throws:
        Exception