public void contentBodyReceived(int channelId, ContentBody body) throws AMQException
{
AMQChannel channel = getAndAssertChannel(channelId);
channel.publishContentBody(body, this);
}
public void heartbeatBodyReceived(int channelId, HeartbeatBody body)
{
// NO - OP