org.springframework.amqp.rabbit.listener.exception.ListenerExecutionFailedException: Listener threw exception
时间:2017-09-13 00:33:50
收藏:0
阅读:3467
RabbitMQ 报出的错!
org.springframework.amqp.rabbit.listener.exception.ListenerExecutionFailedException: Listener threw exception
Caused by: org.springframework.amqp.rabbit.listener.adapter.ReplyFailureException: Failed to send reply with payload ‘cj‘
2017-09-12 23:20:44.420 [SimpleAsyncTaskExecutor-1] [] WARN [o.s.a.r.listener.ConditionalRejectingErrorHandler:73]:Execution of Rabbit message listener failed.
重要的信息就这个几条! 分析下这是为啥!
评论(0)