Skip to content

cbezmen/spring-rabbitmq

Repository files navigation

Spring RabbitMQ Example

Build Build Projects

./build.sh compile

This command run compile command. This will compile all projects.

Start-Docker Start Docker Compose

./build.sh start-d9

This command start docker-compose file. It will run rabbitmq and other projects.

Stop-Docker Stop Docker Compose

./build.sh stop-d9

This command stop docker-compose file and remove containers.

Kubernetes Kubernetes

For running in Kubernetes you have to download Minikube to local machine. If you don't have minikube in your machine please check [Minikube)(#knowledge--requirements) section.

minikube start

Start-Kubernetes Start Kubernetes

./build.sh start-k8

This command start kubernetes yaml file. It will run rabbitmq and other projects.

Stop-Kubernetes Stop Kubernetes

./build.sh stop-k8

This command stop kubernetes pods, services and deployments.

Knowledge-Requirements Knowledge & Requirements

Cli Versions

Cli Version
docker 20.10.5
docker desktop kubernetes v1.19.7
mvn 3.8.1

Deadline gif