A bean instance pool with a strict upper limit
| Attribute | Value |
|---|---|
| Default Value | 20 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Min | 1 |
| Max | 2,147,483,647 |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | 5 |
| Type | LONG |
| Nillable | true |
| Expressions Allowed | true |
| Min | 1 |
| Max | 2,147,483,647 |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | MINUTES |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Allowed Values | NANOSECONDS MICROSECONDS MILLISECONDS SECONDS MINUTES HOURS DAYS |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| timeout-unit | STRING | false | true | MINUTES | The instance acquisition timeout unit |
| max-pool-size | INT | false | true | 20 | The maximum number of bean instances that the pool can hold at a given point in time |
| timeout | LONG | false | true | 5 | The maximum amount of time to wait for a bean instance to be available from the pool |