maalsi2022-kubernetes
project source : https://www.c-sharpcorner.com/article/rabbitmq-message-queue-using-net-core-6-web-api/
- install rabbitmq (helm chart or other way) helm chart config:
- auth.username
- auth.password
- annotations with nginx ingress controller dont forget to expose 5672 port on localhost
- update api and console app configuration in related appsettings.json file
- rabbitmq hostname
- rabbitmq username
- rabbitmq password
-
migrate database update database connection strings in appsettings.json file in api folder and run : dotnet ef database update
-
run both with visual studio or command line
-
add product & read the console output