This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit 37f45d6390dcf5ff5b4bd790303517b1ceaa9421 Author: nayananga@acerubuntu18.04 <nayanangamuhandi...@gmail.com> AuthorDate: Wed Jun 26 18:12:25 2019 +0530 link errors fixed, ran ./mvnw -Pfastinstall install in project root dirctory --- core/camel-core/src/main/docs/eips/resequence-eip.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-core/src/main/docs/eips/resequence-eip.adoc b/core/camel-core/src/main/docs/eips/resequence-eip.adoc index 269b7e7..ef21a75 100644 --- a/core/camel-core/src/main/docs/eips/resequence-eip.adoc +++ b/core/camel-core/src/main/docs/eips/resequence-eip.adoc @@ -1,7 +1,7 @@ [[resequence-eip]] == Resequence EIP -The http://www.enterpriseintegrationpatterns.com/Resequencer.html[Resequencer] from the https://camel.apache.org/enterprise-integration-patterns.adoc[EIP patterns] allows you to reorganise messages based on some comparator. + +The http://www.enterpriseintegrationpatterns.com/Resequencer.html[Resequencer] from the https://camel.apache.org/enterprise-integration-patterns.html[EIP patterns] allows you to reorganise messages based on some comparator. + By default in Camel we use an Expression to create the comparator; so that you can compare by a message header or the body or a piece of a message etc. image:http://www.enterpriseintegrationpatterns.com/img/Resequencer.gif[image]