December 2019
Intermediate to advanced
314 pages
6h 51m
English
In order to kick-start our application as quickly as possible, we will use a Docker Compose script. This will download a suitable version of the message broker and set some environment variables that are needed so that we can reach the broker.
Simply start the docker-compose.yaml file contained in the amqp folder with the following command:
docker-compose up
If the startup is successful, you should see the following output:
artemis_1 | 2019-10-26 17:20:47,584 INFO [org.apache.activemq.artemis] AMQ241001: HTTP Server started at http://0.0.0.0:8161artemis_1 | 2019-10-26 17:20:47,584 INFO [org.apache.activemq.artemis] AMQ241002: Artemis Jolokia REST API available at http://0.0.0.0:8161/console/jolokiaartemis_1 | 2019-10-26 ...
Read now
Unlock full access