Describe the bug
Even if the message is received successfully, parsing from the message to List fails in ResponseHandlerImpl.
Expected behavior
The message to be parsed into a List.
Additional context
The received message is a string surrounded by square brackets [], and it is not in JSON format, so it cannot be converted to String[] using objectMapper.readValue(message, String[].class).