dousp opened a new issue, #559:
URL: https://github.com/apache/rocketmq-spring/issues/559
当DelayMode不是DELIVER_TIME_MILLISECONDS时,将Message对象toJSONString时,导致 `
Long.parseLong` 抛出 `NumberFormatException`异常
Message中如下方法,`this.getUserProperty(MessageConst.PROPERTY_TIMER_DELIVER_MS)`返回了null.
```
public long getDeliverTimeMs() {
return
Long.parseLong(this.getUserProperty(MessageConst.PROPERTY_TIMER_DELIVER_MS));
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]