使用ActiveMQ过程中,定义消息生产者: 【ActiveMQ】消息生产者自动注入报错:Could not autowire. No beans of 'JmsMessagingTemplate' type found 【ActiveMQ】消息生产者自动注入报错:Could not autowire. No beans of 'JmsMessagingTemplate' type found View Code 但是IDE报错: 【ActiveMQ】消息生产者自动注入报错:Could not autowire. No beans of 'JmsMessagingTemplate' type found 启动编译,依旧是报错: 【ActiveMQ】消息生产者自动注入报错:Could not autowire. No beans of 'JmsMessagingTemplate' type found 解决方式: 因为application.properties中配置ActiveMQ的相关配置后面有空格: 【ActiveMQ】消息生产者自动注入报错:Could not autowire. No beans of 'JmsMessagingTemplate' type found 把配置后面的空格去掉。保存,重新编译。 解决了!!!!