Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added pointer to maximumResults because of user feedback

...

From Camel 2.13 onwards you can use @PreConsumed which will be invoked on your entity bean before it has been processed (before routing).

If you are consuming a lot (100K+) of rows and experience OutOfMemory problems you should set the maximumResults to sensible value.

URI format

Code Block
jpa:entityClassName[?options]

...