Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Concept: Route Component Child Elements

Concept: Route Component Child Elements

The
route
component supports these child elements.
Child Element
Description
Notes
custom-strategy
A customizable routing strategy that you configure as a Spring bean.
regex-strategy
Implements regular expressions that direct messages towards subroutes.
Implements
choose-route
child elements to indicate your target
sub-route
.
mvel-strategy
Implements MVEL expressions that direct messages towards subroutes.
Implements
choose-route
child elements to indicate your target
sub-route
.
round-robin-strategy
Directs messages towards subroutes in cyclical order.
xpath-strategy
Implements XPath expressions that direct messages towards subroutes.
Implements
choose-route
child elements to indicate your target
sub-route
.
failover-strategy
Implements a failover mechanism that directs messages towards subroutes. If a
sub-route
child element fails, the next
sub-route
replaces it.
all-strategy
Directs messages to each subroute in turn.
doc-iterator
Iterates over documents that your assembly retrieves from Workday.
loop-strategy
Implements a looping mechanism that direct messages towards subroutes.
choose-route
Indicates the target
sub-route
child element towards which your strategy directs the message.
Supports XPath, MVEL, or regular expressions.
sub-route
Receives messages from your routing strategy, and directs them towards other components and transports in your assembly.