This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit eee42bd0952c4cf975cba99756cc9b3454e6f4bd Author: Otavio R. Piske <[email protected]> AuthorDate: Sun Feb 25 09:02:36 2024 +0100 CAMEL-20459: documentation fixes for the idempotent consumer EIP. Signed-off-by: Otavio R. Piske <[email protected]> --- .../src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc index bf4e269c443..45c532990a8 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/idempotentConsumer-eip.adoc @@ -7,8 +7,7 @@ :tabs-sync-option: The -http://www.enterpriseintegrationpatterns.com/IdempotentReceiver.html[Idempotent -Consumer] from the xref:enterprise-integration-patterns.adoc[EIP +http://www.enterpriseintegrationpatterns.com/IdempotentReceiver.html[Idempotent Consumer] from the xref:enterprise-integration-patterns.adoc[EIP patterns] is used to filter out duplicate messages. The Idempotent Consumer essentially acts like a @@ -59,4 +58,4 @@ xref:ROOT:sql-component.adoc[JdbcOrphanLockAwareIdempotentRepository] == Example -For example see the above implementations for more details. +For example, see the above implementations for more details.
