Sunday, June 13, 2010

activemq on ubuntu

1. Follow these instructions @ http://activemq.apache.org/getting-started.html#GettingStarted-InstallationProcedureforUnix

2. Change the url to http://www.takeyellow.com/apachemirror/activemq/apache-activemq/5.3.2/apache-activemq-5.3.2-bin.tar.gz

3. Use
nohup bin/activemq > /tmp/smlog 2>&1 &

4. Testing installation
netstat -an|grep 61616

5. Admin URL
http://localhost:8161/admin/

6. Kill
ps -ef|grep activemq
kill [PID]

7.

kill [PID]



No comments:

Post a Comment