RabbitMQ is required to run this demo. It can be installed as container using following command:
docker run -d --hostname my-rabbit --name some-rabbit -p 8088:15672 -p 5672:5672 rabbitmq:3-management
With this RabbitMQ management console will be available on
http://localhost:8088
Default user name and password will be:
User name:guest
Password: guest
For non default configuration, please update application.properties file.
Run sprint boot application. Navigate to http://localhost:8080/
Follow the instructions given on page
For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring for RabbitMQ
- WebSocket
The following guides illustrate how to use some features concretely: