This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit db7cb04b8442c424b47bb3b2741dffe8b77be254 Author: Otavio R. Piske <angusyo...@gmail.com> AuthorDate: Sun Feb 25 14:35:49 2024 +0100 CAMEL-20459: documentation fixes for the message bus EIP. Signed-off-by: Otavio R. Piske <angusyo...@gmail.com> --- .../src/main/docs/modules/eips/pages/message-bus.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-bus.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-bus.adoc index 912fff631a1..ccbde62f77f 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/message-bus.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/message-bus.adoc @@ -9,12 +9,12 @@ consumers to be decoupled. image::eip/MessageBusSolution.gif[image] -A messaging system such as Apache ActiveMQ can be used as Message Bus. +A messaging system such as Apache ActiveMQ can be used as a Message Bus. == Example The following demonstrates how the Camel message bus can be used to -ingest message into the bus with the xref:ROOT:jms-component.adoc[JMS] component. +ingest a message into the bus with the xref:ROOT:jms-component.adoc[JMS] component. [tabs] ====