Is suppose something like:
<camelContext errorHandlerRef="errorHandler"
xmlns="http://camel.apache.org/schema/spring";>
    <route>
        <from uri="seda:a"/>
        <multicast>
            <to uri="seda:b"/>
            <to uri="seda:c?exchangePattern=InOnly"/>
        </multicast>
    </route>
</camelContext>
????


--
View this message in context: 
http://camel.465427.n5.nabble.com/Original-message-tp5652238p5652251.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to