‘org.springframework.jms.core.JmsMessagingTemplate‘ that could not be found?

引入下面这个jar包,JmsMessagingTemplate注入成功

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

猜你喜欢

转载自blog.csdn.net/qq_20156289/article/details/113664987