GlobalConfiguration globalConfig = new GlobalConfigurationBuilder().transport() .defaultTransport()         .clusterName("qa-cluster")         //Uses the default-jgroups-udp.xml stack for cluster transport.         .addProperty("configurationFile", "default-jgroups-udp.xml")         .build();