Installing and Configuring ActiveMq on Mac
1 answer
Yes, I noticed it too, what I did,
Go to the activeemq folder on your computer inside the bin folder and execute activemq start
or activemq restart
, after which the ActiveMQ instance will start correctly and you can access it using the URL http: // localhost: 8161 / admin (the default location may be different if you changed configuration).
hope this helps!
Good luck!
+1
source to share