springboot整合Activemq,queue和topic两种消息模式

Spring Boot为ActiveMQ配置提供了相关的"Starter",所以整合很是容易。添加ActiveMQ依赖,以下:java <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</artifactId> </dependency>
相关文章
相关标签/搜索