Retry-Interval; Rule - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

Examples
v Specifies that if the action fails to write the input to http://log-server/log, the

retry-interval

Specifies the retry interval for the current results action.
Syntax
retry-interval interval
Parameters
interval
Guidelines
The retry-interval command specifies how long a results action waits before
attempting to retry a connection to a target. This command is meaningful only
when the action type (as specified by the type command) is results.
Related Commands
destination, input, retry-count, type
Examples
v Specifies that if the action fails to write the input to http://log-server/log, the

rule

Specifies the rule invoked by a call action.
Syntax
rule name
Parameters
name
Guidelines
This command is used only if the action type (as specified by the type command)
is call. This command identifies the rule invoked by the call action.
540
Command Reference
request is tried 10 times at 5 seconds intervals.
# type results
# input ctx
# destination http://log-server/log
# retry-count 10
# retry-interval 5000
Specifies the time between retries in milliseconds. A value of 0 indicates
that failed connections will be retried immediately. The default is 1000.
request is tried 10 times at 5 seconds intervals.
# type results
# input ctx
# destination http://log-server/log
# retry-count 10
# retry-interval 5000
Specifies the name of an existing processing rule.

Advertisement

Table of Contents
loading

Table of Contents