Skip to content

Instantly share code, notes, and snippets.

@FrankDeGroot
Created September 26, 2014 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FrankDeGroot/8f0b2201a5322232aa8c to your computer and use it in GitHub Desktop.
Save FrankDeGroot/8f0b2201a5322232aa8c to your computer and use it in GitHub Desktop.
pushd /opt/apache-activemq-5.10.0/
activemq_local=~/.activemq
export ACTIVEMQ_DATA=${activemq_local}/data
export ACTIVEMQ_TMP=${activemq_local}/tmp
bin/activemq console >${activemq_local}/stdout.log 2>${activemq_local}/stderr.log
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment