Prior to this commit, the verifyType() method in MessageHeaderAccessor checked if REPLY_CHANNEL ended with the given header name which does not make much sense and is inconsistent with the ERROR_CHANNEL check. This commit therefore checks if the REPLY_CHANNEL is equal to the given header name, analogous to the ERROR_CHANNEL check. See gh-34881 Closes gh-34949 Signed-off-by: Mengqi Xu <2663479778@qq.com>