public void testMultiRoute() throws TimeoutException, GatewayException, IOException, InterruptedException {
List<AGateway> gateways=new ArrayList<AGateway>();
AGateway gateway=new GatewayMock("G1");
gateway.setAttributes(AGateway.GatewayAttributes.SEND);
gateway.setOutbound(true);
gateway.startGateway();
gateways.add(gateway);
gateway=new GatewayMock("G2");
gateway.setAttributes(AGateway.GatewayAttributes.SEND);