springboot 2.1.6 整合activemq 遇到的坑JmsMessagingTemplate无法注入

it2022-05-05  216

首先感谢博主# 是guava不是瓜娃啊的博客https://blog.csdn.net/eumenides_/article/details/91850332

连接池依赖如下:

使用springboot2.0+及以下版本时候,maven配置依赖是: <dependency>     <groupId>org.apache.activemq</groupId>     <artifactId>activemq-pool</artifactId> </dependency> 使用springboot2.1+时候,maven配置依赖是: <dependency>     <groupId>org.messaginghub</groupId>     <artifactId>pooled-jms</artifactId> </dependency>  


最新回复(0)