# spring-boot-jms **Repository Path**: gxt/spring-boot-jms ## Basic Information - **Project Name**: spring-boot-jms - **Description**: 解决了在spring boot同时使用topic和queue消息的生产及消费 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-12-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-jms 解决了在spring boot同时使用topic和queue消息的生产及消费 局限性: 只有当destinationName内包含有topic字符时,才会使用订阅模式,否则使用点对点消息模式