WARN 7868 --- [cTaskExecutor-1] s.a.r.l.ConditionalRejectingErrorHandler : Execution of Rabbit message listener failed.
org.springframework.amqp.rabbit.listener.exception.ListenerExecutionFailedException: Listener threw exception
    at org.springframework.amqp.rabbit.listener.AbstractMessageListenerContainer.wrapToListenerExecutionFailedExceptionIfNeeded

关于在消费处理的时候不断的出现上面的错误,检查一下消费处理的方法是否有返回了,应该设置消费处理的方法的返回值为void。

相关文章:

  • 2022-02-02
  • 2021-06-08
  • 2022-12-23
  • 2021-07-18
  • 2021-08-01
  • 2021-11-06
  • 2021-09-09
猜你喜欢
  • 2021-06-06
  • 2021-10-27
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2021-11-29
  • 2021-09-07
相关资源
相似解决方案