Versions Compared

Key

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

...

For example with Camel you can configure a CamelContext; capable of creating on demand Component and Endpoint instances along with providing a powerful Type Conversion registry all by using a single XML element...

Code Block
<camelContext id="camel3" xmlns="http://activemq.apache.org/camel/schema/spring">
</camelContext>

...