Class JMSConnectionFactory

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static JMSConnection getInstance()
      Get the JMS Connection singleton instance defined by Settings.JMS_BROKER_CLASS.
      • Methods inherited from class java.lang.Object

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

      • getInstance

        public static JMSConnection getInstance()
        Get the JMS Connection singleton instance defined by Settings.JMS_BROKER_CLASS.
        Returns:
        The class defined by Settings.JMS_BROKER_CLASS implementing JMSConnection.