...
To enable stuck alert check, the AepEngineDescriptor.setStuckAlertEventThreshold should be set.
Setting The Threshold
Defines the threshold, in seconds, after which an AepStuckAlertEvent
...
is dispatched to the application's
IAepAsynchronousEventHandler
.
An AepStuckAlertEvent
event is intended to alert that the engine's transaction pipeline is "stuck" i.e. there are one or more transaction commits in the pipeline and/or the engine's event multiplexer thread is not processing any events. For example, the event multiplexer thread could be flow controlled on the replication connection due to an issue in the backup or could be spinning in a loop in the business logic due to a bug in a business logic handler. This event triggered by the AEP engine under the following conditions:
...