Class ActiveMQBroker

  • All Implemented Interfaces:
    org.junit.rules.TestRule

    public class ActiveMQBroker
    extends org.junit.rules.ExternalResource
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void after()  
      void before()  
      • Methods inherited from class org.junit.rules.ExternalResource

        apply
      • Methods inherited from class java.lang.Object

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

      • ActiveMQBroker

        public ActiveMQBroker()
      • ActiveMQBroker

        public ActiveMQBroker​(java.lang.String brokerURL)
    • Method Detail

      • before

        public void before()
                    throws java.lang.Exception
        Overrides:
        before in class org.junit.rules.ExternalResource
        Throws:
        java.lang.Exception
      • after

        public void after()
        Overrides:
        after in class org.junit.rules.ExternalResource