1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

upgrade to Spring Cloud Hoxton, close #917

This commit is contained in:
fangjian0423
2019-09-06 16:33:11 +08:00
parent 1b8973d874
commit e8ee68998e
89 changed files with 1260 additions and 85 deletions

View File

@@ -151,8 +151,8 @@ public class RocketMQMessageHandler extends AbstractMessageHandler implements Li
}
@Override
protected void handleMessageInternal(org.springframework.messaging.Message<?> message)
throws Exception {
protected void handleMessageInternal(
org.springframework.messaging.Message<?> message) {
try {
// issue 737 fix
Map<String, String> jsonHeaders = headerMapper