/
Apache ActiveMQ setup
Apache ActiveMQ setup
Apache ActiveMQ is the messaging server Union VMS using to integrate and communicate between the modules.
- Download Apache ActiveMQ here: http://activemq.apache.org/activemq-5132-release.html
- Extract the file
- Start a command console e.g. CMD in Windows. Navigate to the Apache ActiveMQ instance; there you have extracted the zip file. Go to the folder bin.
- To start up or shut down ActiveMQ, run following command: activemq start, activemq stop
- Apache ActiveMQ has a graphical console where you can administrate your ActiveMQ server, such as create, update and delete queues and topic but also view content of a message
- URL to the administration console: http://<path to your server>:8161/admin/
- Username: admin
- Password: admin