FWQ
使用 AMQ 时删除操作失败:如何解决 Spring IOC 容器中 Bean 名称冲突?
删除操作时使用 amq 遇到的问题 在使用 amq 消息中间件进行数据导入和消息发送时,遇到了删除操作无法正常进行的问题,错误信息如下: [ERROR] org.springframework.beans.factory.BeanDefinitionStoreException: Bean named 'mongoTemplate' already exists in the same scope 'singleton',. If bean name collision is not desired, then consider revisiting…