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 189431e894eafe7e1672b4067030f4193e9405ad Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Mon Feb 26 11:11:15 2024 +0100 CAMEL-20459: documentation fixes for the publish-subscribe channel EIP. --- .../src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc b/core/camel-core-engine/src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc index b52482f4559..074a1c9e561 100644 --- a/core/camel-core-engine/src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc +++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/publish-subscribe-channel.adoc @@ -2,7 +2,7 @@ :tabs-sync-option: Camel supports the -http://www.enterpriseintegrationpatterns.com/PublishSubscribeChannel.html[Publish Subscribe Channel] +http://www.enterpriseintegrationpatterns.com/PublishSubscribeChannel.html[Publish-Subscribe Channel] from the xref:enterprise-integration-patterns.adoc[EIP patterns]. How can the sender broadcast an event to all interested receivers? @@ -18,13 +18,13 @@ The Publish-Subscribe Channel is supported in Camel by messaging based xref:ROOT * xref:ROOT:seda-component.adoc[SEDA] for internal Camel seda queue based messaging * xref:ROOT:spring-rabbitmq-component.adoc[Spring RabbitMQ] for working with AMQP Queues (RabbitMQ) -There are also messaging based in the cloud from cloud providers such as Amazon, Google and Azure. +There is also messaging based in the cloud from cloud providers such as Amazon, Google and Azure. TIP: See also the related xref:point-to-point-channel.adoc[Point to Point Channel] EIP == Example -The following example demonstrates publish sbuscriber messaging using +The following example demonstrates publish subscriber messaging using the xref:ROOT:jms-component.adoc[JMS] component with JMS topics: [tabs]
