Refactoring Conditional Router Mediator to have more descriptive configuration
------------------------------------------------------------------------------
Key: SYNAPSE-744
URL: https://issues.apache.org/jira/browse/SYNAPSE-744
Project: Synapse
Issue Type: Bug
Reporter: Kasun Indrasiri
Priority: Minor
Renaming "Route" to "ConditionalRoute" as this avoid mixups with other route
mediators.
The new configuration should look like this.
<conditionalRouter>
<conditionalRoute>
<condition>
<equal type="url"
value="/services/ConditionalStockQuoteProxy"/>
</condition>
<target sequence="send_seq"/>
</conditionalRoute>
</conditionalRouter>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]