# RabbitMQ第一天 **Repository Path**: mj4life/rabbit-mq ## Basic Information - **Project Name**: RabbitMQ第一天 - **Description**: 学习记录 - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-30 - **Last Updated**: 2021-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RabbitMQ #### 介绍 RabbitMQ五大模型的demo,非整合SpringBoot版,包括Hello World、Work Queue、Topic、Routing、Fanout(广播)模型。 此版本使用腾讯云的Docker镜像安装RabbitMQ ### Hello World ![输入图片说明](Hello%20World.png) ### Work Queue ![输入图片说明](Work%20queues.png) ### Publish/Subscribe ![输入图片说明](Publish.png) ### Routing ![输入图片说明](Routing.png) ### Topic ![输入图片说明](Topic.png)