Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CamelTemplate has been removed in Camel 2.x onwards

...

To allow sending of messages from POJOs you can use @EndpointInject () annotation. This will inject either a ProducerTemplate or CamelTemplate so that the bean can send message exchanges.

...