CAMEL-10239: Add docs. This closes #1116. This closes #1114

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/664637fc
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/664637fc
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/664637fc

Branch: refs/heads/master
Commit: 664637fce90285f52944d8b50483d65fc82f7365
Parents: ff96d5b
Author: Claus Ibsen <davscl...@apache.org>
Authored: Fri Aug 12 08:58:32 2016 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Fri Aug 12 08:58:32 2016 +0200

----------------------------------------------------------------------
 components/camel-rabbitmq/src/main/docs/rabbitmq.adoc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/664637fc/components/camel-rabbitmq/src/main/docs/rabbitmq.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rabbitmq/src/main/docs/rabbitmq.adoc 
b/components/camel-rabbitmq/src/main/docs/rabbitmq.adoc
index aeade1d..34bd468 100644
--- a/components/camel-rabbitmq/src/main/docs/rabbitmq.adoc
+++ b/components/camel-rabbitmq/src/main/docs/rabbitmq.adoc
@@ -49,8 +49,9 @@ The RabbitMQ component has no options.
 
 
 
+
 // endpoint options: START
-The RabbitMQ component supports 54 endpoint options which are listed below:
+The RabbitMQ component supports 55 endpoint options which are listed below:
 
 {% raw %}
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
@@ -86,6 +87,7 @@ The RabbitMQ component supports 54 endpoint options which are 
listed below:
 | bridgeEndpoint | producer | false | boolean | If the bridgeEndpoint is true 
the producer will ignore the message header of rabbitmq.EXCHANGE_NAME and 
rabbitmq.ROUTING_KEY
 | channelPoolMaxSize | producer | 10 | int | Get maximum number of opened 
channel in pool
 | channelPoolMaxWait | producer | 1000 | long | Set the maximum number of 
milliseconds to wait for a channel from the pool
+| guaranteedDeliveries | producer | false | boolean | When true an exception 
will be thrown when the message cannot be delivered (basic.return) and the 
message is marked as mandatory. PublisherAcknowledgement will also be activated 
in this case See also publisher acknowledgements - When will messages be 
confirmed
 | immediate | producer | false | boolean | This flag tells the server how to 
react if the message cannot be routed to a queue consumer immediately. If this 
flag is set the server will return an undeliverable message with a Return 
method. If this flag is zero the server will queue the message but with no 
guarantee that it will ever be consumed. If the header is present 
rabbitmq.IMMEDIATE it will override this option.
 | mandatory | producer | false | boolean | This flag tells the server how to 
react if the message cannot be routed to a queue. If this flag is set the 
server will return an unroutable message with a Return method. If this flag is 
zero the server silently drops the message. If the header is present 
rabbitmq.MANDATORY it will override this option.
 | publisherAcknowledgements | producer | false | boolean | When true the 
message will be published with publisher acknowledgements turned on
@@ -116,6 +118,7 @@ The RabbitMQ component supports 54 endpoint options which 
are listed below:
 
 
 
+
 See
 
http://www.rabbitmq.com/releases/rabbitmq-java-client/current-javadoc/com/rabbitmq/client/ConnectionFactory.html[http://www.rabbitmq.com/releases/rabbitmq-java-client/current-javadoc/com/rabbitmq/client/ConnectionFactory.html]
 and the AMQP specification for more information on connection options.

Reply via email to