From 554a98a53b9d2508e809a1d55298ef3bcfebb43d Mon Sep 17 00:00:00 2001 From: assimbly <35961736+assimbly@users.noreply.github.com> Date: Fri, 7 Jan 2022 16:42:49 +0100 Subject: [PATCH] Update how-do-the-direct-event-seda-and-vm-endpoints-compare.adoc Add a link to a guide when to use which component. --- .../how-do-the-direct-event-seda-and-vm-endpoints-compare.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-manual/modules/faq/pages/how-do-the-direct-event-seda-and-vm-endpoints-compare.adoc b/docs/user-manual/modules/faq/pages/how-do-the-direct-event-seda-and-vm-endpoints-compare.adoc index 11dc480a14167..98eacddfe0725 100644 --- a/docs/user-manual/modules/faq/pages/how-do-the-direct-event-seda-and-vm-endpoints-compare.adoc +++ b/docs/user-manual/modules/faq/pages/how-do-the-direct-event-seda-and-vm-endpoints-compare.adoc @@ -11,3 +11,5 @@ application events; so the consumer is invoked the same thread as Spring notifies events. Event differs in that the payload should be a Spring `ApplicationEvent` object whereas xref:components::direct-component.adoc[Direct], xref:components::seda-component.adoc[SEDA] and xref:components::vm-component.adoc[VM] can use any payload. + +More information about when to use which component can be found in this https://tomd.xyz/camel-direct-vm-seda/[guide].