You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2023/10/25 12:44:51 UTC

[camel-quarkus-examples] 11/14: message-bridge: fix typo

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit b30c6b4c73eec1fea2444477129aedb21144211e
Author: aldettinger <al...@gmail.com>
AuthorDate: Tue Oct 17 13:24:20 2023 +0200

    message-bridge: fix typo
---
 message-bridge/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/message-bridge/README.adoc b/message-bridge/README.adoc
index 9234749..43eeb69 100644
--- a/message-bridge/README.adoc
+++ b/message-bridge/README.adoc
@@ -8,7 +8,7 @@ and other general information.
 
 == Overview
 
-In this example, a basic REST endpoint is provided for users to dispatch a message to the IBM MQ queue. Subsequently, all messages from the IBM MQ are relayed to an ActiveMQ queue within an XA transaction. To showcase the transaction functionality, a message containing the keyword "rollback" will initiate a transaction rollback. To demonstrate the process of a transaction recovery after a crash, send a message with they keyword "crash".
+In this example, a basic REST endpoint is provided for users to dispatch a message to the IBM MQ queue. Subsequently, all messages from the IBM MQ are relayed to an ActiveMQ queue within an XA transaction. To showcase the transaction functionality, a message containing the keyword "rollback" will initiate a transaction rollback. To demonstrate the process of a transaction recovery after a crash, send a message with the keyword "crash".
 
 Details regarding client configurations can be located in the `src/main/resources/application.properties` file.