_logger.error("State manager received error notification[Current State:" + _currentState + "]: " + e, e);
}
public <B extends AMQMethodBody> boolean methodReceived(AMQMethodEvent<B> evt) throws AMQException
{
final MethodDispatcher dispatcher = _protocolSession.getMethodDispatcher();
final int channelId = evt.getChannelId();
final B body = evt.getMethod();
final AMQChannel channel = _protocolSession.getChannel(channelId);