From ee654cf7b28eaca74d9a5ea85d491ad34525bff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Tue, 7 Jul 2020 21:23:04 +0300 Subject: [PATCH] Add references to Enterprise Integration Patterns --- eip-aggregator/README.md | 1 + eip-message-channel/README.md | 1 + eip-publish-subscribe/README.md | 1 + eip-splitter/README.md | 1 + eip-wire-tap/README.md | 1 + 5 files changed, 5 insertions(+) diff --git a/eip-aggregator/README.md b/eip-aggregator/README.md index 6138af0a8..8f19c21ad 100644 --- a/eip-aggregator/README.md +++ b/eip-aggregator/README.md @@ -29,3 +29,4 @@ Use the Aggregator pattern when * [Gregor Hohpe, Bobby Woolf - Enterprise Integration Patterns](http://www.enterpriseintegrationpatterns.com/patterns/messaging/Aggregator.html) * [Apache Camel - Documentation](http://camel.apache.org/aggregator2.html) +* [Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions](https://www.amazon.com/gp/product/0321200683/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321200683&linkCode=as2&tag=javadesignpat-20&linkId=122e0cff74eedd004cc81a3ecfa623cf) diff --git a/eip-message-channel/README.md b/eip-message-channel/README.md index 8e2f5dc8f..b1c456aeb 100644 --- a/eip-message-channel/README.md +++ b/eip-message-channel/README.md @@ -23,3 +23,4 @@ Use the Message Channel pattern when ## Real world examples * [akka-camel](http://doc.akka.io/docs/akka/snapshot/scala/camel.html) +* [Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions](https://www.amazon.com/gp/product/0321200683/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321200683&linkCode=as2&tag=javadesignpat-20&linkId=122e0cff74eedd004cc81a3ecfa623cf) diff --git a/eip-publish-subscribe/README.md b/eip-publish-subscribe/README.md index 339885b34..f4df3135f 100644 --- a/eip-publish-subscribe/README.md +++ b/eip-publish-subscribe/README.md @@ -22,3 +22,4 @@ Use the Publish Subscribe Channel pattern when ## Credits * [J2EE Design Patterns](https://www.amazon.com/gp/product/0596004273/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0596004273&linkCode=as2&tag=javadesignpat-20&linkId=48d37c67fb3d845b802fa9b619ad8f31) +* [Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions](https://www.amazon.com/gp/product/0321200683/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321200683&linkCode=as2&tag=javadesignpat-20&linkId=122e0cff74eedd004cc81a3ecfa623cf) diff --git a/eip-splitter/README.md b/eip-splitter/README.md index 648462229..d1206664f 100644 --- a/eip-splitter/README.md +++ b/eip-splitter/README.md @@ -28,3 +28,4 @@ Use the Splitter pattern when * [Gregor Hohpe, Bobby Woolf - Enterprise Integration Patterns](http://www.enterpriseintegrationpatterns.com/patterns/messaging/Sequencer.html) * [Apache Camel - Documentation](http://camel.apache.org/splitter.html) +* [Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions](https://www.amazon.com/gp/product/0321200683/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321200683&linkCode=as2&tag=javadesignpat-20&linkId=122e0cff74eedd004cc81a3ecfa623cf) diff --git a/eip-wire-tap/README.md b/eip-wire-tap/README.md index 83b43dfd1..b1fd80466 100644 --- a/eip-wire-tap/README.md +++ b/eip-wire-tap/README.md @@ -26,3 +26,4 @@ Use the Wire Tap pattern when * [Gregor Hohpe, Bobby Woolf - Enterprise Integration Patterns](http://www.enterpriseintegrationpatterns.com/patterns/messaging/WireTap.html) * [Apache Camel - Documentation](http://camel.apache.org/wire-tap.html) +* [Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions](https://www.amazon.com/gp/product/0321200683/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0321200683&linkCode=as2&tag=javadesignpat-20&linkId=122e0cff74eedd004cc81a3ecfa623cf)