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 15b58bc Fix Typo AMQP protocol 15b58bc is described below commit 15b58bcfd24d4a4cadb5eaa57086dc60395ef10b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Feb 19 14:07:30 2018 +0100 Fix Typo AMQP protocol --- components/camel-amqp/src/main/docs/amqp-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc b/components/camel-amqp/src/main/docs/amqp-component.adoc index 051a69a..254b731 100644 --- a/components/camel-amqp/src/main/docs/amqp-component.adoc +++ b/components/camel-amqp/src/main/docs/amqp-component.adoc @@ -353,7 +353,7 @@ AMQPConnectionDetails amqpConnection() { } ----------------------------------------------- -*Enabling amqp specific options* +*Enabling AMQP specific options* If you, for example, need to enable `amqp.traceFrames` you can do that by appending the option to your URI, like the following example: -- To stop receiving notification emails like this one, please contact acosent...@apache.org.