Versions Compared

Key

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

...

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.

...