# springboot-rabbitmq **Repository Path**: small_team123/springboot-rabbitmq ## Basic Information - **Project Name**: springboot-rabbitmq - **Description**: springboot集成rabbitmq的代码 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2019-08-02 - **Last Updated**: 2022-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-rabbitmq #### 介绍 ##### springboot集成rabbitmq的代码,rabbitmq的常见功能都有用到, ##### 有direct,fanout,topic,headers,死信队列,回调机制等代码演示 #### 安装教程 ##### 安装教程网上可以搜到,但是需要特别注意erlang和rabbitmq的版本兼容 ##### 查看erlang和rabbitmq安装包对应版本:https://www.rabbitmq.com/which-erlang.html ##### #### 使用教程 ##### 1. 安装配置好erlang和rabbitmq ##### 2. git clone https://gitee.com/small_team123/springboot-rabbitmq.git ##### 3. 找到启动类SpringbootRabbitMqApplication,启动服务 ##### 4. 调用本地Controller接口,测试相关功能,如:http://localhost:8080/rabbit/fanout?p=helloworld 代码参考自:https://gitee.com/felord/springboot-message