Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: removed double header

...

Code Block
xml
xml
    <route>
      <from uri="direct:start"/>
      <loadBalance>
        <weighted roundRobin="false" distributionRatio="4-2-1" distributionRatioDelimiter="-" />
          <to uri="mock:x"/>
          <to uri="mock:y"/>
          <to uri="mock:z"/>
      </loadBalance>
    </route>

Using this Pattern

Include Page
CAMEL:Using This Pattern
CAMEL:Using This Pattern