NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download
  2. Unpack tar file into /usr/local/incubator-activemq-4.0.2
  3. Ensure that JMS_HOME is set to /usr/local/incubator-activemq-4.0.2
  4. Edit file $JMS_HOME/conf/activemq.xml
    1. Change line that reads "<broker useJmx="true">" to "<broker useJmx="true" persistent="false">"
    2. Replace line that reads "<transportConnector name="default" uri="tcp://localhost:61616" discoveryUri="multicast://default"/>" with " <transportConnector name="default" uri="tcp://localhost:61616"/>"
    3. Comment out or remove line that reads "<networkConnector name="default" uri="multicast://default"/>"
  5. Make main binary executable
    1. chmod 755 $JMS_HOME/bin/activemq
      ActiveMQ can be autostarted or started as part of the Bioconductor launch script (provided later in these instructions)

R 2.9.0

Installed at /usr/local/R-2.9.0

...