The request controller subsystem. Used for request limiting and graceful shutdown
| Name | Dynamic | Other provider points | 
|---|---|---|
| org.wildfly.request-controller | false |   none  |  
| Attribute | Value | 
|---|---|
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | false | 
| Storage | runtime | 
| Access Type | metric | 
| Attribute | Value | 
|---|---|
| Default Value | -1 | 
| Type | INT | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Attribute | Value | 
|---|---|
| Default Value | false | 
| Type | BOOLEAN | 
| Nillable | true | 
| Expressions Allowed | true | 
| Storage | configuration | 
| Access Type | read-write | 
| Restart Required | all-services | 
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description | 
|---|---|---|---|---|---|
| max-requests | INT | false | true | -1 | The maximum number of all types of requests that can be running in a server at a time. Once this limit is hit any new requests will be rejected. | 
| track-individual-endpoints | BOOLEAN | false | true | false | If this is true requests are tracked at an endpoint level, which will allow individual deployments to be suspended |