You can set the priority of the event delivering thread and define the time-out to wait for a listener to receive and process a framework-related event.
System property |
Default value |
Description |
|---|---|---|
mbs.events.queue.size |
50 |
Specifies the size of the queue with events. |
mbs.core.timeout |
30000 |
Specifies the time-out in milliseconds after which a listener is considered hanging. |
mbs.events.priority |
Thread.NORM_PRIORITY (5) |
Specifies the priority of the thread for event delivering. |
mbs.fw.fm.hangedEDTLimit |
– |
If present, this property defines the number of hanging event threads whose exceeding will make the framework signal a fault in the Fault manager. Has meaning only if the Fault Manager is active. By default, there is no limit. |