Interface MQInitializer


  • @Contract
    public interface MQInitializer
    This class provides a contract to initialize the MQ broker
    • Method Detail

      • initializeBroker

        void initializeBroker()
                       throws Exception
        This method initialises the MQ broker. The methods throws an exception if the broker or JMSRA cannot be initialized.
        Throws:
        Exception