美文网首页
Consumer failed to start in 3000

Consumer failed to start in 3000

作者: 秋元_92a3 | 来源:发表于2022-08-23 14:20 被阅读0次

    记录一次通过SimpleMessageListenerContainer操作RabbitMQ,springBoot 启动报错

    2022-08-24 13:51:41 [ERROR] o.s.a.r.l.SimpleMessageListenerContainer#getStartupException:1158 - Consumer failed to start in 3000 milliseconds; does the task executor have enough threads to support the container concurrency?
    2022-08-24 13:51:44 [ERROR] o.s.a.r.l.SimpleMessageListenerContainer#getStartupException:1158 - Consumer failed to start in 3000 milliseconds; does the task executor have enough threads to support the container concurrency?
    2022-08-24 13:51:47 [ERROR] o.s.a.r.l.SimpleMessageListenerContainer#getStartupException:1158 - Consumer failed to start in 3000 milliseconds; does the task executor have enough threads to support the container concurrency?
    2022-08-24 13:51:50 [ERROR] o.s.a.r.l.SimpleMessageListenerContainer#getStartupException:1158 - Consumer failed to start in 3000 milliseconds; does the task executor have enough threads to support the container concurrency?
    

    说明下结论吧,这个异常日志可以忽略

    相关文章

      网友评论

          本文标题:Consumer failed to start in 3000

          本文链接:https://www.haomeiwen.com/subject/fyfogrtx.html