Subsystem clients configuration
The size of the alert queue. Alerts are delivered asynchronously.
Default: 500
The number of Alert writer threads
Default: 1
PMClient cache expiration interval in seconds. The PMClient cache holds auth/auz information which will generally have an individual lifetime. This value is the default in cases where the entry does not have a value.
Default: 300
PMClient cache refresh interval in milliseconds.
Default: 60000
PMClient cache refresh start delay in milliseconds.
Default: 30000
Ignorable error codes for alerts.
Default: com.soa.jbi.JBIErrorCode.BC_BINDING_ERROR_ENCOUNTERED
Ignorable error codes for exhange logging when handling exhange.
Default: com.soa.transport.TransportErrorCode.AUTH_CHALLENGE_REQUIRED
On the Gateway side, signature verification of the response may fail if the Policy Manager signs the response using a new private key after a pmdomain (key certificate) update, while the Gateway is still using the old public key for verification. By default, the Gateway automatically recovers from this failure and retrieves the new Policy Manager public key. Set this property to true to prevent the Gateway from auto-recover.
Default: False
On the Policy Manager side, decryption of the random symmetric key sent by the Gateway may fail if the Gateway encrypts the key using an old public key, while the Policy Manager attempts to decrypt it using the new private key after a pmdomain (key certificate) update. By default, the Gateway automatically recovers from this failure by retrieving the new Policy Manager public key. Set this property to true to prevent the Gateway from auto-recover.
Default: False