Class ConditionalActiveMQContext


  • @Configuration
    @ImportResource("/META-INF/opennms/applicationContext-activemq.xml")
    public class ConditionalActiveMQContext
    extends java.lang.Object
    Loads applicationContext-activemq.xml unless the 'org.opennms.activemq.broker.disable' system property is set to 'true'.
    Author:
    jwhite
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DISABLE_BROKER_SYS_PROP

        public static final java.lang.String DISABLE_BROKER_SYS_PROP
        See Also:
        Constant Field Values
    • Constructor Detail

      • ConditionalActiveMQContext

        public ConditionalActiveMQContext()