Description |
If event matches Condition route to DestinationName. |
|
|
Comments |
If DestinationName is non-existent or not specified, pass the event through. If Condition is non-existent or not specified, route all events to DestinationName. If both are non-existent or not specified, pass the event through. If DestinationName doesn't exist at runtime, pass the event through [To be reconsidered with other routing errors]. |
<filter objectId="Filter.RouteEvent" type="RouteEventFilter"> <parameter type="Condition"> <negatePrimaryCondition>false</negatePrimaryCondition> <conditionRelation>Any</conditionRelation> </parameter> <parameter type="DestinationName">Stack.ProcessLegal</parameter> </filter>