public void methodReceived(AMQStateManager stateManager, QueueRegistry queueRegistry,
ExchangeRegistry exchangeRegistry, AMQProtocolSession protocolSession,
AMQMethodEvent<ChannelFlowBody> evt) throws AMQException
{
ChannelFlowBody body = evt.getMethod();
AMQChannel channel = protocolSession.getChannel(evt.getChannelId());
channel.setSuspended(!body.active);
_logger.debug("Channel.Flow for channel " + evt.getChannelId() + ", active=" + body.active);