# JMS-ActiveMQ **Repository Path**: abcstring/JMS-ActiveMQ ## Basic Information - **Project Name**: JMS-ActiveMQ - **Description**: 使用ActiveMQ进行JMS规范下的消息队列基础代码练习 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-13 - **Last Updated**: 2022-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### Introduction JMS-ActiveMQ编程基础演示 #### MQ 使用的是ActiveMQ,原生Java语言开发,对JMS进行了最好的支持 #### Content **jms-test module** 1. p2p消息队列模式 2. 主题模式 **jms-spring module** 1. 使用Spring集成JMS来连接ActiveMQ