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 f31b468  Added an example of amqp.traceFrames in camel-amqp docs
f31b468 is described below

commit f31b4682f1ca948993e85853842ca1be7c274712
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 19 13:54:55 2018 +0100

    Added an example of amqp.traceFrames in camel-amqp docs
---
 components/camel-amqp/src/main/docs/amqp-component.adoc | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/components/camel-amqp/src/main/docs/amqp-component.adoc 
b/components/camel-amqp/src/main/docs/amqp-component.adoc
index a60386f..bcbb414 100644
--- a/components/camel-amqp/src/main/docs/amqp-component.adoc
+++ b/components/camel-amqp/src/main/docs/amqp-component.adoc
@@ -353,6 +353,15 @@ AMQPConnectionDetails amqpConnection() {
 }
 -----------------------------------------------
 
+*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:
+
+[source,java]
+--------------------------------------------------------------------------------------------------------
+AMQPComponent amqp = 
AMQPComponent.amqpComponent("amqp://localhost:5672?amqp.traceFrames=true");
+--------------------------------------------------------------------------------------------------------
+
 ### Using topics
 
 To have using topics working with `camel-amqp` you need to configure the

-- 
To stop receiving notification emails like this one, please contact
acosent...@apache.org.

Reply via email to