This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch 8958 in repository https://gitbox.apache.org/repos/asf/camel.git
commit b7c3250a071a36be00eaa16c890093d5602a6352 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Feb 6 09:31:56 2018 +0100 CAMEL-8958: Claim Check EIP with push/pop. Work in progress. --- camel-core/readme-eip.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/camel-core/readme-eip.adoc b/camel-core/readme-eip.adoc index c7474f3..3d652eb 100644 --- a/camel-core/readme-eip.adoc +++ b/camel-core/readme-eip.adoc @@ -4,7 +4,7 @@ Enterprise Integration Patterns Camel supports most of the link:http://www.eaipatterns.com/toc.html[Enterprise Integration Patterns] from the excellent book by link:http://www.amazon.com/exec/obidos/search-handle-url/105-9796798-8100401?%5Fencoding=UTF8&search-type=ss&index=books&field-author=Gregor%20Hohpe[Gregor Hohpe] and link:http://www.amazon.com/exec/obidos/search-handle-url/105-9796798-8100401?%5Fencoding=UTF8&search-type=ss&index=books&field-author=Bobby%20Woolf[Bobby Woolf]. // eips: START -Number of EIPs: 63 (2 deprecated) +Number of EIPs: 64 (2 deprecated) [width="100%",cols="4,6",options="header"] |=== @@ -25,6 +25,9 @@ Number of EIPs: 63 (2 deprecated) | link:src/main/docs/eips/circuitBreaker-eip.adoc[Circuit Breaker] + `<circuitBreaker>` | *deprecated* Circuit break load balancer +| link:src/main/docs/eips/claimCheck-eip.adoc[Claim Check] + +`<claimCheck>` | The Claim Check EIP allows you to replace message content with a claim check (a unique key) which can be used to retrieve the message content at a later time. + | link:src/main/docs/eips/convertBodyTo-eip.adoc[Convert Body To] + `<convertBodyTo>` | Converts the message body to another type -- To stop receiving notification emails like this one, please contact davscl...@apache.org.