# Hello-Spring-RabbiMQ **Repository Path**: edgardeng/hello-spring-rabbitmq ## Basic Information - **Project Name**: Hello-Spring-RabbiMQ - **Description**: Spring基础学习之使用RabbitMQ消息队列 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hello-Spring-RabbiMQ #### 介绍 Spring基础学习之使用RabbitMQ消息队列 ## 在Spring Boot 整合RabbitMQ 1. 配置类:创建交换机、创建队列、创建绑定关系 2. 消费者:监听类(监听队列) 3. 生产者:调用template发送消息(Exchange) 4. 服务器信息配置: