Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • improve the DSL
    • to better support polling and explicit MEPs CAMEL-402 CAMEL-486
    • a new schedule DSL for advanced scheduling of polling that can have builder methods (kinda like BAM) so you can:
      Code Block
      schedule().every(5).minute().from("ftp://xxxx).to("bean:processFtpFile")...

Other

  • JAXB generator to slurp javadoc to be used for XSD documentation
  • Spring 3.0 support
  • Improved Dynamic Route Manipulation
    • Dynamic routing add/edit/stop/remove
    • Pausing consumers
    • Customization of endpoint options
    • and a lot more
  • self document the custom headers used in the endpoints/components CAMEL-228

...