I am trying to setup ActiveMQ on Debian using this guide http://www.jmkg.co.uk/2010/08/31/installing-activemq-on-ubuntu/
I created the user using sudo adduser --system --no-create-home --home /opt/activemq --shell /bin/bash activemq, but I can not make the configuration work.
If I do not change anything, ActiveMQ start, but as I understand I need to make the edits to allow remote messages to reach ActiveMQ

EDIT
When I have changed the configuration-file (changing the user (the user-part works), uncommitting all ACTIVEMQ_SUNJMX_START and changing the commenting of ACTIVEMQ_SUNJMX_CONTROL (from an empty string to the other value in the default configuration-file)), starting ActiveMQ give me this output

INFO: Loading '/etc/default/activemq'
INFO: Using java '/usr/bin/java'
INFO: Starting - inspect logfiles specified in logging.properties and log4j.properties to get details
INFO: changing to user 'activemq' to invoke java
INFO: pidfile created : '/opt/activemq/data/activemq.pid' (pid '18177')

And when I am checking if ActiveMQ is running by using ps aux | grep activemq I get

lasse    18194  0.0  0.0   1784   600 pts/0    S+   22:29   0:00 grep activemq

I do not know how to get any further log-details, even though I have looked in the described files

link|improve this question

75% accept rate
Can you clarify what changes you're making, and what happens when it doesn't work? – Shane Madden Feb 1 at 16:52
I am making the changes described on the page linked to in the question (uncomment ACTIVEMQ_SUNJMX_START and changing the comments for ACTIVEMQ_SUNJMX_CONTROL) – The87Boy Feb 1 at 21:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.