[MESSAGING] RABBITMQ SPRING BOOT
예제 프로젝트 https://github.com/cooingpop/rabbitmq-server https://github.com/cooingpop/rabbitmq-client cooingpop/rabbitmq-client Contribute to cooingpop/rabbitmq-client development by creating an account on GitHub. github.com RabbitMQ Queue : 메시지를 담아놓는 Buffer Exchange : 메시지를 적절한 Queue로 옮기는 Routing 역할을 수행 Routing Key : Exchange가 Routing할 때 사용하는 Key Binding : Exchange와 Queue를 Link하는 것 메시지 생산자(Publisher..
2020.12.10