This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit d64560c03f4c40ec4b2e6ee30ef907b73ecda3d8 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Nov 15 11:09:28 2019 +0100 CAMEL-14183 - Dead link in SEDA Component documentation --- components/camel-seda/src/main/docs/seda-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-seda/src/main/docs/seda-component.adoc b/components/camel-seda/src/main/docs/seda-component.adoc index 72c1fe4..66ae1ff 100644 --- a/components/camel-seda/src/main/docs/seda-component.adoc +++ b/components/camel-seda/src/main/docs/seda-component.adoc @@ -8,7 +8,7 @@ // HEADER END The SEDA component provides asynchronous -http://www.eecs.harvard.edu/~mdw/proj/seda/[SEDA] behavior, so that +https://en.wikipedia.org/wiki/Staged_event-driven_architecture[SEDA] behavior, so that messages are exchanged on a http://java.sun.com/j2se/1.5.0/docs/api/java/util/concurrent/BlockingQueue.html[BlockingQueue] and consumers are invoked in a separate thread from the producer.