Skip to content

Commit

Permalink
Update initial value to the match-option
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeshLK committed Aug 27, 2024
1 parent a35bc2c commit 61f95bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public static MQGetMessageOptions getMqGetMsgOptions(GetMessageOptions getMsgOpt
return mqGetMsgOptions;
}

int matchOpt = 0;
int matchOpt = MQConstants.MQMO_NONE;
if (Objects.nonNull(matchOptions.messageId())) {
matchOpt |= MQConstants.MQMO_MATCH_MSG_ID;
}
Expand Down

0 comments on commit 61f95bc

Please sign in to comment.