Example #1
0
 public void testSessionFullLB() {
   String addUrl = "http://localhost:8280/services/LBService1";
   log.info("Running test: Session affinity load balancing between 3 endpoints");
   SampleClientResult result = client.statefulClient(addUrl, null, 100);
   assertResponseReceived(result);
 }