Interface MQInitializer


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

    Modifier and Type
    Method
    Description
    void
    This method initialises the MQ broker.
  • Method Details

    • 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