Search code examples
application-serverkaazing

JVM Server OR Standalone scripts


Are ActiveMQ and Kaazing jms installed on local Mac OS running on any JVM by default [how can i get that info] or standalone start scripts. Please suggest.


Solution

  • Bee,

    When you download and extract the gateway (I recommend you to get the "Gateway + Demos" packaging for Linux/Unix/Mac - it contains Apache ActiveMQ preconfigured with the gateway, in addition to the documentation and out-of-the-box demos), you'll find a README.txt file in the root directory. It lists the Java requirements.

    For your convenience, here's the Java Requirements snippet from the 4.0.3 version of the gateway:

    Java Requirements

    * Java Developer Kit (JDK) or Java Runtime Environment (JRE)
      Java 7 (version 1.7.0_21) or higher
    * The JAVA_HOME environment variable must be set to the directory where 
      the JDK is installed, for example C:\Program Files\Java\jdk1.7.0_21
    * Note:
      * For information on installing JDK, see Oracle's Java SE documentation:
        http://download.oracle.com/javase/.
    

    Hope this helps!