Versions Compared

Key

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

...

To consume a message you use either the @MessageDriven annotation or from 1.5.0 the @Consume annotation to mark a particular method of a bean as being a consumer method. The uri of the annotation defines the Camel Endpoint to consume from.

...