You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/01/17 07:59:51 UTC

[camel] branch master updated: Dead Letter Channel docs: Improve NOTE section

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new a4d47c3  Dead Letter Channel docs: Improve NOTE section
a4d47c3 is described below

commit a4d47c31e2e59e18465af301c55883387a1e8959
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 17 08:59:23 2020 +0100

    Dead Letter Channel docs: Improve NOTE section
---
 docs/user-manual/modules/ROOT/pages/dead-letter-channel.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/user-manual/modules/ROOT/pages/dead-letter-channel.adoc b/docs/user-manual/modules/ROOT/pages/dead-letter-channel.adoc
index c61fcfd..d7d367c 100644
--- a/docs/user-manual/modules/ROOT/pages/dead-letter-channel.adoc
+++ b/docs/user-manual/modules/ROOT/pages/dead-letter-channel.adoc
@@ -137,7 +137,10 @@ transformOrder or after? So to be sure we want to move the original
 input message we received from `jms:queue:order:input`. So we can do
 this by enabling the *useOriginalMessage* option as shown below:
 
-NOTE: There is also a *useOriginalBody* option.
+[NOTE]
+====
+There is also a *useOriginalBody* option.
+====
 
 [source,java]
 ----