1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00
This commit is contained in:
fangjian0423 2018-11-27 11:37:41 +08:00
parent d0aa5dabbb
commit 017b528e3a

View File

@ -212,14 +212,14 @@ public class RocketMQInboundChannelAdapter extends MessageProducerSupport {
}
catch (Exception e) {
logger.error(
"Rocket Message hasn't been processed successfully. Caused by ",
"RocketMQ Message hasn't been processed successfully. Caused by ",
e);
instrumentationManager
.getConsumerInstrumentation(
RocketMQInboundChannelAdapter.this.destination)
.markConsumedFailure();
throw new RuntimeException(
"Rocket Message hasn't been processed successfully. Caused by ",
"RocketMQ Message hasn't been processed successfully. Caused by ",
e);
}
}