Retry-Count - IBM WebSphere XS40 Command Reference Manual

Datapower xml security gateway
Table of Contents

Advertisement

require-all
attempt-all
Guidelines
The results command indicates when to consider a results action successful when
sending to multiple backend targets.
This command is meaningful only when the action type (as specified by the type
command) is results.
Related Commands
destination, input, type
Examples
v Uses the var://context/ctx/urls context variable to determine the location to

retry-count

Specifies the number of retry attempts for the current results action.
Syntax
retry-count count
Parameters
count
Guidelines
The retry-count command specifies how many times a to retry a results action
when an attempt to reach a backend target fails before indicating that the action
fails. The next attempt is tried after the interval set with the retry-interval
command elapses.
This command is meaningful only when the action type (as specified by the type
command) is results.
Related Commands
destination, input, retry-interval, type
Indicates that targets are dispatched in parallel. The action succeeds only
after the input reaches all of the backend targets.
Indicates that targets are dispatched in parallel. The action succeeds if the
input reaches any backend target. In other words, the action is successful
even when the input does not reach each of the backend targets.
which to send a copy of the ctx input context one at a time until successful.
# type results
# input ctx
# destination var://context/ctx/urls
# results first-available
Specifies the number of times to retry a target after a failure. A value of 0
indicates no retry attempts and the action fails immediately. The default is
0.
Chapter 59. Processing Action configuration mode
539

Advertisement

Table of Contents
loading

Table of Contents