You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/16 07:03:05 UTC

[camel-website] branch main updated: CAMEL-17154: Changed dynamic router eip graphic to relative location (#757)

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2b3f3c1  CAMEL-17154: Changed dynamic router eip graphic to relative location (#757)
2b3f3c1 is described below

commit 2b3f3c157179a1f93659e4931a1a01ccf4bab756
Author: Steve Storck <st...@gmail.com>
AuthorDate: Sun Jan 16 02:02:57 2022 -0500

    CAMEL-17154: Changed dynamic router eip graphic to relative location (#757)
    
    * CAMEL-17154: Changed dynamic router eip graphic to a version local to the website instead of linking to an image on a separate site.
---
 .../01/dynamic-router-eip-component/DynamicRouter.gif    | Bin 0 -> 7122 bytes
 .../blog/2022/01/dynamic-router-eip-component/index.md   |   2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/01/dynamic-router-eip-component/DynamicRouter.gif b/content/blog/2022/01/dynamic-router-eip-component/DynamicRouter.gif
new file mode 100644
index 0000000..219cfd9
Binary files /dev/null and b/content/blog/2022/01/dynamic-router-eip-component/DynamicRouter.gif differ
diff --git a/content/blog/2022/01/dynamic-router-eip-component/index.md b/content/blog/2022/01/dynamic-router-eip-component/index.md
index 06f1d21..9ddbc8c 100644
--- a/content/blog/2022/01/dynamic-router-eip-component/index.md
+++ b/content/blog/2022/01/dynamic-router-eip-component/index.md
@@ -28,7 +28,7 @@ So, let’s have a look at both implementations to see what this new component p
 
 ### A Look at the Dynamic Router EIP
 
-![Dynamic Router EIP](https://www.enterpriseintegrationpatterns.com/img/DynamicRouter.gif)
+![Dynamic Router EIP](./DynamicRouter.gif)
 
 
 Above, you see a diagram of the Dynamic Router [EIP](https://www.enterpriseintegrationpatterns.com/DynamicRouter.html).  What I like best about this pattern is that the routing participants (A, B, and C) can utilize a control channel to provide their routing rules to the rule base inside the Dynamic Router itself.  When a message comes in through the input channel, the message router consults the dynamic rule base, and sends the message to the recipient with matching rules in the rule base.