I am using wildfly server. I have passed 14 requests to the server. The server processes my request 6 at a time. once the top 6 gets completed the next 6 request is processing. is there any other way to increase the count(6) of processing the request in wildfly so that all my request have to process at the same time.Processing 1st 6 requests 1
Once the 1st set of request got completed. next 6 requests started to process2