Versions Compared

Key

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

...

Consuming messages removes (or updates) entities in the database. This allows you to use a database table as a logical queue, consumerse take messages from the queue and then delete/update them to logically remove them from the queue.

URI format

Code Block
jpa:[entityClassName]

For sending to the endpoint, the entityClassName is optional. If specified it is used to help use the Type Conversion to ensure the body is of the correct type.

For consuming the entityClassName is mandatory.

Options

Name

Default Value

Description

persistenceUnit

camel

the JPA persistence unit used by default

Include Page
CAMEL:Endpoint See Also
CAMEL:Endpoint See Also