You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the issue you observed:
Get the right value。
What did you do (The steps to reproduce)? MQMessageExt *mqMessageExt = new MQMessageExt(); CMessageExt *messageExt = (CMessageExt*)mqMessageExt; mqMessageExt->setStoreTimestamp(123123); GetMessageStoreTimestamp(messageExt);
What did you expect to see?
CMessageExt.GetMessageStoreTimestamp == MQMessageExt.getStoreTimestamp