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].