This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f136cd3e73b9e95461fe27f0a57fc5baafa614d1
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu May 23 11:24:41 2019 +0200

    Regen
---
 docs/components/modules/ROOT/pages/sql-component.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/components/modules/ROOT/pages/sql-component.adoc 
b/docs/components/modules/ROOT/pages/sql-component.adoc
index 535f069..7a987ae 100644
--- a/docs/components/modules/ROOT/pages/sql-component.adoc
+++ b/docs/components/modules/ROOT/pages/sql-component.adoc
@@ -533,6 +533,9 @@ WARNING: The SQL ServerĀ *TIMESTAMP* type is a fixed-length 
binary-string type.
 does not map to any of the JDBC time types: *DATE*, *TIME*, or
 *TIMESTAMP*.
 
+When working with concurrent consumers it is crucial to create a unique 
constraint on the columns processorName and messageId.
+Because the syntax for this constraint differs from database to database, we 
do not show it here.
+
 ==== Customize the JdbcMessageIdRepository
 
 Starting with *Camel 2.9.1* you have a few options to tune the

Reply via email to