916917918919920921922923924925926
clearBuffer(); if (sendCloseMessage) { channel.sendBlocking(new SessionConsumerCloseMessage(id)); } } catch (Throwable t) { // Consumer close should always return without exception