ActiveMQ 无法注入 jmsMessagingTemplate

 报错,显示无法注入使用 JmsMessagingTemplate jmsMessagingTemplate :

 

解决方案:

 

替换的依赖如 :

        <dependency>
                   <groupId>org.messaginghub</groupId>
                   <artifactId>pooled-jms</artifactId>
        </dependency>

 

 ps:我出错时springboot版本为2.1.16.RELEASE

posted on 2022-11-08 07:34  小目标青年  阅读(39)  评论(0编辑  收藏  举报