RulePoint
- RulePoint 6.1
- All Products
Property
| Description
|
|---|---|
sc.enable.response.event.tracing
| Response event tracing. Activity manager records the activity for every response received.
|
sc.enable.lc.event.tracing
| Responder lifecycle event tracing. Activity manager tracks the lifecycle of responder events, such as deploy, undeploy, start, and stop. If tracing is enabled, the dashboard displays the results of the lifecycle of the responder events.
|
sc.enable.response.aggregate.tracing
| Response aggregate event tracing. Provides the following statistics for every execution cycle of the response:
The property aggregates the statistics and provides it periodically at the end of the interval, based on the
sc.response.aggregate.tracing.interval.period you specify. By default, the interval is set to 60 seconds.
|
sc.enable.responder.service.ha
| Responder controller high availability. Enables explicit acknowledgements on delivering activations from the UM to the responder controller.
After the responder controller dispatches the activations, it sends an acknowledgement to the messaging layer of the successful delivery. If the responder shuts down without delivering the activations, all the unacknowledged activations is re-delivered after failover.
|
sc.enable.response.event.tracing
| Response event tracing. Activity manager records the activity for every response received.
|
sc.response.aggregate.tracing.interval.period
| Response aggregate tracing interval. The time interval that the responder controller periodically sends the aggregate response statistics to the activity manager. The default interval is 60 seconds.
|
HttpServices.encodeQueryString
| Enables URI encoding of the target URL. By default, this is disabled.
|
Property
| Description
|
|---|---|
sc.response.queue.size
| The pool length for the number of activations that will be queued. The default size is 1000.
|
sc.response.initial.pool.size
| The initial size of the response execution thread pool. The default size is 10.
|
sc.response.max.pool.size
| The maximum size of the response execution thread pool. The default size is 20.
|
sc.response.pool.keep.alive.time
| The period that the response execution thread is kept idle. The default is 300 seconds.
|