mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
fix typo
This commit is contained in:
parent
d0aa5dabbb
commit
017b528e3a
@ -212,14 +212,14 @@ public class RocketMQInboundChannelAdapter extends MessageProducerSupport {
|
|||||||
}
|
}
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
logger.error(
|
logger.error(
|
||||||
"Rocket Message hasn't been processed successfully. Caused by ",
|
"RocketMQ Message hasn't been processed successfully. Caused by ",
|
||||||
e);
|
e);
|
||||||
instrumentationManager
|
instrumentationManager
|
||||||
.getConsumerInstrumentation(
|
.getConsumerInstrumentation(
|
||||||
RocketMQInboundChannelAdapter.this.destination)
|
RocketMQInboundChannelAdapter.this.destination)
|
||||||
.markConsumedFailure();
|
.markConsumedFailure();
|
||||||
throw new RuntimeException(
|
throw new RuntimeException(
|
||||||
"Rocket Message hasn't been processed successfully. Caused by ",
|
"RocketMQ Message hasn't been processed successfully. Caused by ",
|
||||||
e);
|
e);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user