Skip to content

Commit

Permalink
1.bug fix: fix rocketmq consumer missing bizNo
Browse files Browse the repository at this point in the history
  • Loading branch information
xwm1992 committed Feb 2, 2021
1 parent 0e8c1a0 commit 3feb02e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public static BytesMessage msgConvert(MessageExt rmqMsg) {

omsMsg.putSysHeaders(BuiltinKeys.DESTINATION, rmqMsg.getTopic());

omsMsg.putSysHeaders(BuiltinKeys.SEARCH_KEYS, rmqMsg.getKeys());
// omsMsg.putSysHeaders(BuiltinKeys.SEARCH_KEYS, rmqMsg.getKeys());
omsMsg.putSysHeaders(BuiltinKeys.BORN_HOST, String.valueOf(rmqMsg.getBornHost()));
omsMsg.putSysHeaders(BuiltinKeys.BORN_TIMESTAMP, rmqMsg.getBornTimestamp());
omsMsg.putSysHeaders(BuiltinKeys.STORE_HOST, String.valueOf(rmqMsg.getStoreHost()));
Expand Down

0 comments on commit 3feb02e

Please sign in to comment.