case MQResponseCode.FLUSH_SLAVE_TIMEOUT_VALUE:
case MQResponseCode.SLAVE_NOT_AVAILABLE_VALUE: {
// TODO LOG
}
case ResponseCode.SUCCESS_VALUE: {
SendStatus sendStatus = SendStatus.SEND_OK;
switch (response.getCode()) {
case MQResponseCode.FLUSH_DISK_TIMEOUT_VALUE:
sendStatus = SendStatus.FLUSH_DISK_TIMEOUT;
break;
case MQResponseCode.FLUSH_SLAVE_TIMEOUT_VALUE: