# springboot-rabbitmq **Repository Path**: studeny/springboot-rabbitmq ## Basic Information - **Project Name**: springboot-rabbitmq - **Description**: SpringBoot 整合RabbitMQ DirectExchange:直连型交换机,根据消息携带的路由键,将消息转发给对应的队列 FanoutExchange:扇形交换机,接收到消息后会将消息转发到所有队列 TopicExchange:主题交换机,根据消息携带的路由键和交换机与队列绑定键的规则,将消息转发给对应的队列 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: https://zhuanlan.zhihu.com/p/551728529 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-09 - **Last Updated**: 2022-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README No README documentation available for this project.