blob: 5b00034fa7a0cf1833b89b66c183b2babace9bc9 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/***********************************************************************************************************************
* Copyright (c) 2008 empolis GmbH and brox IT Solutions GmbH. All rights reserved. This program and the accompanying
* materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*
* Contributors: Ivan Churkin (brox IT Solutions GmbH) - initial creator
**********************************************************************************************************************/
-->
<RouterConfig xmlns="http://www.eclipse.org/smila/queue"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="schemas/QueueWorkerConfig.xsd"
>
<Rule Name="Default ADD Rule">
<Condition>Operation='ADD' and DataSourceID='myDataSource'</Condition>
<Task>
<Process Workflow="some-workflow"/>
<Send BrokerId="broker1" Queue="queue1" RecordFilter="F2">
<SetProperty Name="doSomething">no</SetProperty>
</Send>
</Task>
</Rule>
</RouterConfig>