acknowledgeMessage(tag, false);
}
final AMQProtocolHandler handler = getProtocolHandler();
reduceCreditAfterAcknowledge();
handler.syncWrite(getProtocolHandler().getMethodRegistry().createTxCommitBody().generateFrame(getChannelId()), TxCommitOkBody.class);
_currentPrefetch.set(0);
}
public void sendCreateQueue(AMQShortString name, final boolean autoDelete, final boolean durable, final boolean exclusive, final Map<String, Object> arguments) throws AMQException,
FailoverException