if (connector.attempt(new Thunk() {
public void run() throws IOException {
channel.exchangeDelete(getExchangeName(), false);
if (transactional) channel.txCommit();
}
}, new ConnectionListener() {
public void connected(Connection conn) throws IOException {
connect(conn);
}})) break;
}
}