A clustered passivation store
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.ejb.cluster-passivation-store | false | none |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | ejb |
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | remote-connector-client-mappings |
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Attribute | Value |
|---|---|
| Default Value | 300 |
| 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 | SECONDS |
| 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 |
| Attribute | Value |
|---|---|
| Default Value | 10000 |
| 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 | true |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | no-services |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| bean-cache | STRING | false | false | The name of the cache used to store bean instances. | |
| cache-container | STRING | false | false | ejb | The name of the cache container used for the bean and client-mappings caches |
| client-mappings-cache | STRING | false | false | remote-connector-client-mappings | The name of the cache used to store client-mappings of the Jakarta Enterprise Beans remoting connector's socket-bindings |
| idle-timeout | LONG | false | true | 300 | The timeout in units specified by idle-timeout-unit, after which a bean will passivate |
| idle-timeout-unit | STRING | false | true | SECONDS | The unit of idle-timeout |
| max-size | INT | false | true | 10000 | The maximum number of beans this cache should store before forcing old beans to passivate |
| passivate-events-on-replicate | BOOLEAN | false | true | true | Indicates whether replication should trigger passivation events on the bean |