outbound_attempts++;
}
boolean allow_fallback = false;
ProtocolEndpoint pe = ProtocolEndpointFactory.createEndpoint( ProtocolEndpoint.PROTOCOL_TCP, address );
ConnectionEndpoint connection_endpoint = new ConnectionEndpoint( address );
connection_endpoint.addProtocol( pe );