Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Second we need to setup a javax.sql.DataSource in the spring XML file:

Wiki Markup 

...

 

And finally we can create our JDBC idempotent repository in the spring XML file as well:unmigrated-inline-wiki-markup

 

...

 

Customize the JdbcMessageIdRepository

...

A customized org.apache.camel.processor.idempotent.jdbc.JdbcMessageIdRepository could look like:unmigrated-inline-wiki-markup

 

...

 

Using the JDBC based aggregation repository

...