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 2016/04/20 08:09:18 UTC

[3/3] camel git commit: CAMEL-9885: updated camel-nats docs

CAMEL-9885: updated camel-nats docs


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

Branch: refs/heads/master
Commit: 9af9064cb656ec5907fd8f875c4e4022fe31994d
Parents: cb23500
Author: Andrea Cosentino <an...@gmail.com>
Authored: Wed Apr 20 08:07:05 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Wed Apr 20 08:07:05 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/camel/blob/9af9064c/components/camel-nats/src/main/docs/nats.adoc
----------------------------------------------------------------------
diff --git a/components/camel-nats/src/main/docs/nats.adoc b/components/camel-nats/src/main/docs/nats.adoc
index a8716d6..ff2f512 100644
--- a/components/camel-nats/src/main/docs/nats.adoc
+++ b/components/camel-nats/src/main/docs/nats.adoc
@@ -41,8 +41,9 @@ The Nats component has no options.
 
 
 
+
 // endpoint options: START
-The Nats component supports 17 endpoint options which are listed below:
+The Nats component supports 18 endpoint options which are listed below:
 
 [width="100%",cols="2s,1,1m,1m,5",options="header"]
 |=======================================================================
@@ -62,12 +63,14 @@ The Nats component supports 17 endpoint options which are listed below:
 | poolSize | consumer | 10 | int | Consumer pool size
 | queueName | consumer |  | String | The Queue name if we are using nats for a queue configuration
 | exceptionHandler | consumer (advanced) |  | ExceptionHandler | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions that will be logged at WARN/ERROR level and ignored.
+| replySubject | producer |  | String | the subject to which subscribers should send response
 | exchangePattern | advanced | InOnly | ExchangePattern | Sets the default exchange pattern when creating an exchange
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
 // endpoint options: END
 
 
+
 [[NATS-Headers]]
 Headers
 ^^^^^^^