# springboot-activemq **Repository Path**: helloyuanquan/springboot-activemq ## Basic Information - **Project Name**: springboot-activemq - **Description**: springboot与activemq整合示例demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-09-26 - **Last Updated**: 2022-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #springboot与activemq整合示例demo #consumer-a、consumer-b为两个消息接收端 #producer:消息发送端 #queue:队列模式,多个消费者平均消费,且消费者可将消费信息返回给生产者 #topic:主题、订阅模式:每个订阅者都可以收到发布的所有信息