http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-mllp/src/main/docs/mllp-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mllp/src/main/docs/mllp-component.adoc 
b/components/camel-mllp/src/main/docs/mllp-component.adoc
index 7324dd1..6bccff6 100644
--- a/components/camel-mllp/src/main/docs/mllp-component.adoc
+++ b/components/camel-mllp/src/main/docs/mllp-component.adoc
@@ -1,4 +1,4 @@
-## MLLP Component
+== MLLP Component
 
 *Available as of Camel version 2.17*
 
@@ -53,47 +53,49 @@ The MLLP component has no options.
 // endpoint options: START
 The MLLP endpoint is configured using URI syntax:
 
-    mllp:hostname:port
+----
+mllp:hostname:port
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (2 parameters):
+==== Path Parameters (2 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **hostname** | *Required* Hostname or IP for connection for the TCP 
connection. The default value is null which means any local IP address |  | 
String
-| **port** | *Required* Port number for the TCP connection |  | int
-|=======================================================================
+| *hostname* | *Required* Hostname or IP for connection for the TCP 
connection. The default value is null which means any local IP address |  | 
String
+| *port* | *Required* Port number for the TCP connection |  | int
+|===
 
-#### Query Parameters (22 parameters):
+==== Query Parameters (22 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **autoAck** (common) | Enable/Disable the automatic generation of a MLLP 
Acknowledgement MLLP Consumers only | true | boolean
-| **bufferWrites** (common) | Enable/Disable the validation of HL7 Payloads If 
enabled MLLP Payloads are buffered and written to the external system in a 
single write(byte) operation. If disabled the MLLP payload will not be buffered 
and three write operations will be used. The first operation will write the 
MLLP start-of-block character 0x0b (ASCII VT) the second operation will write 
the HL7 payload and the third operation will writh the MLLP end-of-block 
character and the MLLP end-of-data character 0x1c 0x0d (ASCII FS CR). | true | 
boolean
-| **hl7Headers** (common) | Enable/Disable the automatic generation of message 
headers from the HL7 Message MLLP Consumers only | true | boolean
-| **keepAlive** (common) | Enable/disable the SO_KEEPALIVE socket option. | 
true | boolean
-| **reuseAddress** (common) | Enable/disable the SO_REUSEADDR socket option. | 
false | boolean
-| **tcpNoDelay** (common) | Enable/disable the TCP_NODELAY socket option. | 
true | boolean
-| **validatePayload** (common) | Enable/Disable the validation of HL7 Payloads 
If enabled HL7 Payloads received from external systems will be validated (see 
Hl7Util.generateInvalidPayloadExceptionMessage for details on the validation). 
If and invalid payload is detected a MllpInvalidMessageException (for 
consumers) or a MllpInvalidAcknowledgementException will be thrown. | false | 
boolean
-| **bridgeErrorHandler** (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
-| **exceptionHandler** (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **backlog** (advanced) | The maximum queue length for incoming connection 
indications (a request to connect) is set to the backlog parameter. If a 
connection indication arrives when the queue is full the connection is refused. 
| 5 | int
-| **receiveBufferSize** (advanced) | Sets the SO_RCVBUF option to the 
specified value (in bytes) |  | Integer
-| **sendBufferSize** (advanced) | Sets the SO_SNDBUF option to the specified 
value (in bytes) |  | Integer
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-| **charsetName** (codec) | Set the CamelCharsetName property on the exchange 
|  | String
-| **acceptTimeout** (timeout) | Timeout (in milliseconds) while waiting for a 
TCP connection TCP Server Only | 60000 | int
-| **bindRetryInterval** (timeout) | TCP Server Only - The number of 
milliseconds to wait between bind attempts | 5000 | int
-| **bindTimeout** (timeout) | TCP Server Only - The number of milliseconds to 
retry binding to a server port | 30000 | int
-| **connectTimeout** (timeout) | Timeout (in milliseconds) for establishing 
for a TCP connection TCP Client only | 30000 | int
-| **maxReceiveTimeouts** (timeout) | The maximum number of timeouts (specified 
by receiveTimeout) allowed before the TCP Connection will be reset. | -1 | int
-| **readTimeout** (timeout) | The SO_TIMEOUT value (in milliseconds) used 
after the start of an MLLP frame has been received | 500 | int
-| **receiveTimeout** (timeout) | The SO_TIMEOUT value (in milliseconds) used 
when waiting for the start of an MLLP frame | 10000 | int
-|=======================================================================
+| *autoAck* (common) | Enable/Disable the automatic generation of a MLLP 
Acknowledgement MLLP Consumers only | true | boolean
+| *bufferWrites* (common) | Enable/Disable the validation of HL7 Payloads If 
enabled MLLP Payloads are buffered and written to the external system in a 
single write(byte) operation. If disabled the MLLP payload will not be buffered 
and three write operations will be used. The first operation will write the 
MLLP start-of-block character 0x0b (ASCII VT) the second operation will write 
the HL7 payload and the third operation will writh the MLLP end-of-block 
character and the MLLP end-of-data character 0x1c 0x0d (ASCII FS CR). | true | 
boolean
+| *hl7Headers* (common) | Enable/Disable the automatic generation of message 
headers from the HL7 Message MLLP Consumers only | true | boolean
+| *keepAlive* (common) | Enable/disable the SO_KEEPALIVE socket option. | true 
| boolean
+| *reuseAddress* (common) | Enable/disable the SO_REUSEADDR socket option. | 
false | boolean
+| *tcpNoDelay* (common) | Enable/disable the TCP_NODELAY socket option. | true 
| boolean
+| *validatePayload* (common) | Enable/Disable the validation of HL7 Payloads 
If enabled HL7 Payloads received from external systems will be validated (see 
Hl7Util.generateInvalidPayloadExceptionMessage for details on the validation). 
If and invalid payload is detected a MllpInvalidMessageException (for 
consumers) or a MllpInvalidAcknowledgementException will be thrown. | false | 
boolean
+| *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
+| *exceptionHandler* (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *backlog* (advanced) | The maximum queue length for incoming connection 
indications (a request to connect) is set to the backlog parameter. If a 
connection indication arrives when the queue is full the connection is refused. 
| 5 | int
+| *receiveBufferSize* (advanced) | Sets the SO_RCVBUF option to the specified 
value (in bytes) |  | Integer
+| *sendBufferSize* (advanced) | Sets the SO_SNDBUF option to the specified 
value (in bytes) |  | Integer
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+| *charsetName* (codec) | Set the CamelCharsetName property on the exchange |  
| String
+| *acceptTimeout* (timeout) | Timeout (in milliseconds) while waiting for a 
TCP connection TCP Server Only | 60000 | int
+| *bindRetryInterval* (timeout) | TCP Server Only - The number of milliseconds 
to wait between bind attempts | 5000 | int
+| *bindTimeout* (timeout) | TCP Server Only - The number of milliseconds to 
retry binding to a server port | 30000 | int
+| *connectTimeout* (timeout) | Timeout (in milliseconds) for establishing for 
a TCP connection TCP Client only | 30000 | int
+| *maxReceiveTimeouts* (timeout) | The maximum number of timeouts (specified 
by receiveTimeout) allowed before the TCP Connection will be reset. | -1 | int
+| *readTimeout* (timeout) | The SO_TIMEOUT value (in milliseconds) used after 
the start of an MLLP frame has been received | 500 | int
+| *receiveTimeout* (timeout) | The SO_TIMEOUT value (in milliseconds) used 
when waiting for the start of an MLLP frame | 10000 | int
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc 
b/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc
index 7918b48..57e5e2e 100644
--- 
a/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc
+++ 
b/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc
@@ -1,4 +1,4 @@
-## MongoDB GridFS Component
+== MongoDB GridFS Component
 
 *Available as of Camel version 2.18*
 
@@ -35,41 +35,43 @@ The MongoDB GridFS component has no options.
 // endpoint options: START
 The MongoDB GridFS endpoint is configured using URI syntax:
 
-    mongodb-gridfs:connectionBean
+----
+mongodb-gridfs:connectionBean
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **connectionBean** | *Required* Name of com.mongodb.Mongo to use. |  | String
-|=======================================================================
+| *connectionBean* | *Required* Name of com.mongodb.Mongo to use. |  | String
+|===
 
-#### Query Parameters (17 parameters):
+==== Query Parameters (17 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **bucket** (common) | Sets the name of the GridFS bucket within the 
database. Default is fs. | fs | String
-| **database** (common) | *Required* Sets the name of the MongoDB database to 
target |  | String
-| **readPreference** (common) | Sets a MongoDB ReadPreference on the Mongo 
connection. Read preferences set directly on the connection will be overridden 
by this setting. The link com.mongodb.ReadPreferencevalueOf(String) utility 
method is used to resolve the passed readPreference value. Some examples for 
the possible values are nearest primary or secondary etc. |  | ReadPreference
-| **writeConcern** (common) | Set the WriteConcern for write operations on 
MongoDB using the standard ones. Resolved from the fields of the WriteConcern 
class by calling the link WriteConcernvalueOf(String) method. |  | WriteConcern
-| **writeConcernRef** (common) | Set the WriteConcern for write operations on 
MongoDB passing in the bean ref to a custom WriteConcern which exists in the 
Registry. You can also use standard WriteConcerns by passing in their key. See 
the link setWriteConcern(String) setWriteConcern method. |  | WriteConcern
-| **bridgeErrorHandler** (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
-| **delay** (consumer) | Sets the delay between polls within the Consumer. 
Default is 500ms | 500 | long
-| **fileAttributeName** (consumer) | If the QueryType uses a FileAttribute 
this sets the name of the attribute that is used. Default is camel-processed. | 
camel-processed | String
-| **initialDelay** (consumer) | Sets the initialDelay before the consumer will 
start polling. Default is 1000ms | 1000 | long
-| **persistentTSCollection** (consumer) | If the QueryType uses a persistent 
timestamp this sets the name of the collection within the DB to store the 
timestamp. | camel-timestamps | String
-| **persistentTSObject** (consumer) | If the QueryType uses a persistent 
timestamp this is the ID of the object in the collection to store the 
timestamp. | camel-timestamp | String
-| **query** (consumer) | Additional query parameters (in JSON) that are used 
to configure the query used for finding files in the GridFsConsumer |  | String
-| **queryStrategy** (consumer) | Sets the QueryStrategy that is used for 
polling for new files. Default is Timestamp | TimeStamp | QueryStrategy
-| **exceptionHandler** (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **operation** (producer) | Sets the operation this endpoint will execute 
against GridRS. |  | String
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-|=======================================================================
+| *bucket* (common) | Sets the name of the GridFS bucket within the database. 
Default is fs. | fs | String
+| *database* (common) | *Required* Sets the name of the MongoDB database to 
target |  | String
+| *readPreference* (common) | Sets a MongoDB ReadPreference on the Mongo 
connection. Read preferences set directly on the connection will be overridden 
by this setting. The link com.mongodb.ReadPreferencevalueOf(String) utility 
method is used to resolve the passed readPreference value. Some examples for 
the possible values are nearest primary or secondary etc. |  | ReadPreference
+| *writeConcern* (common) | Set the WriteConcern for write operations on 
MongoDB using the standard ones. Resolved from the fields of the WriteConcern 
class by calling the link WriteConcernvalueOf(String) method. |  | WriteConcern
+| *writeConcernRef* (common) | Set the WriteConcern for write operations on 
MongoDB passing in the bean ref to a custom WriteConcern which exists in the 
Registry. You can also use standard WriteConcerns by passing in their key. See 
the link setWriteConcern(String) setWriteConcern method. |  | WriteConcern
+| *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
+| *delay* (consumer) | Sets the delay between polls within the Consumer. 
Default is 500ms | 500 | long
+| *fileAttributeName* (consumer) | If the QueryType uses a FileAttribute this 
sets the name of the attribute that is used. Default is camel-processed. | 
camel-processed | String
+| *initialDelay* (consumer) | Sets the initialDelay before the consumer will 
start polling. Default is 1000ms | 1000 | long
+| *persistentTSCollection* (consumer) | If the QueryType uses a persistent 
timestamp this sets the name of the collection within the DB to store the 
timestamp. | camel-timestamps | String
+| *persistentTSObject* (consumer) | If the QueryType uses a persistent 
timestamp this is the ID of the object in the collection to store the 
timestamp. | camel-timestamp | String
+| *query* (consumer) | Additional query parameters (in JSON) that are used to 
configure the query used for finding files in the GridFsConsumer |  | String
+| *queryStrategy* (consumer) | Sets the QueryStrategy that is used for polling 
for new files. Default is Timestamp | TimeStamp | QueryStrategy
+| *exceptionHandler* (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *operation* (producer) | Sets the operation this endpoint will execute 
against GridRS. |  | String
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-mongodb/src/main/docs/mongodb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb/src/main/docs/mongodb-component.adoc 
b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
index 38e8eeb..2fac8cb 100644
--- a/components/camel-mongodb/src/main/docs/mongodb-component.adoc
+++ b/components/camel-mongodb/src/main/docs/mongodb-component.adoc
@@ -1,4 +1,4 @@
-## MongoDB Component
+== MongoDB Component
 
 *Available as of Camel version 2.10*
 
@@ -62,47 +62,49 @@ The MongoDB component has no options.
 // endpoint options: START
 The MongoDB endpoint is configured using URI syntax:
 
-    mongodb:connectionBean
+----
+mongodb:connectionBean
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **connectionBean** | *Required* Name of com.mongodb.Mongo to use. |  | String
-|=======================================================================
+| *connectionBean* | *Required* Name of com.mongodb.Mongo to use. |  | String
+|===
 
-#### Query Parameters (23 parameters):
+==== Query Parameters (23 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **collection** (common) | Sets the name of the MongoDB collection to bind to 
this endpoint |  | String
-| **collectionIndex** (common) | Sets the collection index (JSON FORMAT : 
field1 : order1 field2 : order2) |  | String
-| **createCollection** (common) | Create collection during initialisation if 
it doesn't exist. Default is true. | true | boolean
-| **database** (common) | Sets the name of the MongoDB database to target |  | 
String
-| **operation** (common) | Sets the operation this endpoint will execute 
against MongoDB. For possible values see MongoDbOperation. |  | MongoDbOperation
-| **outputType** (common) | Convert the output of the producer to the selected 
type : DBObjectList DBObject or DBCursor. DBObjectList or DBObject applies to 
findAll. DBCursor applies to all other operations. |  | MongoDbOutputType
-| **writeConcern** (common) | Set the WriteConcern for write operations on 
MongoDB using the standard ones. Resolved from the fields of the WriteConcern 
class by calling the link WriteConcernvalueOf(String) method. | ACKNOWLEDGED | 
WriteConcern
-| **bridgeErrorHandler** (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
-| **exceptionHandler** (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **cursorRegenerationDelay** (advanced) | MongoDB tailable cursors will block 
until new data arrives. If no new data is inserted after some time the cursor 
will be automatically freed and closed by the MongoDB server. The client is 
expected to regenerate the cursor if needed. This value specifies the time to 
wait before attempting to fetch a new cursor and if the attempt fails how long 
before the next attempt is made. Default value is 1000ms. | 1000 | long
-| **dynamicity** (advanced) | Sets whether this endpoint will attempt to 
dynamically resolve the target database and collection from the incoming 
Exchange properties. Can be used to override at runtime the database and 
collection specified on the otherwise static endpoint URI. It is disabled by 
default to boost performance. Enabling it will take a minimal performance hit. 
| false | boolean
-| **readPreference** (advanced) | Sets a MongoDB ReadPreference on the Mongo 
connection. Read preferences set directly on the connection will be overridden 
by this setting. The link ReadPreferencevalueOf(String) utility method is used 
to resolve the passed readPreference value. Some examples for the possible 
values are nearest primary or secondary etc. |  | ReadPreference
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-| **writeResultAsHeader** (advanced) | In write operations it determines 
whether instead of returning WriteResult as the body of the OUT message we 
transfer the IN message to the OUT and attach the WriteResult as a header. | 
false | boolean
-| **persistentId** (tail) | One tail tracking collection can host many 
trackers for several tailable consumers. To keep them separate each tracker 
should have its own unique persistentId. |  | String
-| **persistentTailTracking** (tail) | Enable persistent tail tracking which is 
a mechanism to keep track of the last consumed message across system restarts. 
The next time the system is up the endpoint will recover the cursor from the 
point where it last stopped slurping records. | false | boolean
-| **persistRecords** (tail) | Sets the number of tailed records after which 
the tail tracking data is persisted to MongoDB. | -1 | int
-| **tailTrackCollection** (tail) | Collection where tail tracking information 
will be persisted. If not specified link 
MongoDbTailTrackingConfigDEFAULT_COLLECTION will be used by default. |  | String
-| **tailTrackDb** (tail) | Indicates what database the tail tracking mechanism 
will persist to. If not specified the current database will be picked by 
default. Dynamicity will not be taken into account even if enabled i.e. the 
tail tracking database will not vary past endpoint initialisation. |  | String
-| **tailTrackField** (tail) | Field where the last tracked value will be 
placed. If not specified link MongoDbTailTrackingConfigDEFAULT_FIELD will be 
used by default. |  | String
-| **tailTrackIncreasingField** (tail) | Correlation field in the incoming 
record which is of increasing nature and will be used to position the tailing 
cursor every time it is generated. The cursor will be (re)created with a query 
of type: tailTrackIncreasingField lastValue (possibly recovered from persistent 
tail tracking). Can be of type Integer Date String etc. NOTE: No support for 
dot notation at the current time so the field should be at the top level of the 
document. |  | String
-| **tailTrackingStrategy** (tail) | Sets the strategy used to extract the 
increasing field value and to create the query to position the tail cursor. | 
LITERAL | MongoDBTailTracking Enum
-|=======================================================================
+| *collection* (common) | Sets the name of the MongoDB collection to bind to 
this endpoint |  | String
+| *collectionIndex* (common) | Sets the collection index (JSON FORMAT : field1 
: order1 field2 : order2) |  | String
+| *createCollection* (common) | Create collection during initialisation if it 
doesn't exist. Default is true. | true | boolean
+| *database* (common) | Sets the name of the MongoDB database to target |  | 
String
+| *operation* (common) | Sets the operation this endpoint will execute against 
MongoDB. For possible values see MongoDbOperation. |  | MongoDbOperation
+| *outputType* (common) | Convert the output of the producer to the selected 
type : DBObjectList DBObject or DBCursor. DBObjectList or DBObject applies to 
findAll. DBCursor applies to all other operations. |  | MongoDbOutputType
+| *writeConcern* (common) | Set the WriteConcern for write operations on 
MongoDB using the standard ones. Resolved from the fields of the WriteConcern 
class by calling the link WriteConcernvalueOf(String) method. | ACKNOWLEDGED | 
WriteConcern
+| *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
+| *exceptionHandler* (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *cursorRegenerationDelay* (advanced) | MongoDB tailable cursors will block 
until new data arrives. If no new data is inserted after some time the cursor 
will be automatically freed and closed by the MongoDB server. The client is 
expected to regenerate the cursor if needed. This value specifies the time to 
wait before attempting to fetch a new cursor and if the attempt fails how long 
before the next attempt is made. Default value is 1000ms. | 1000 | long
+| *dynamicity* (advanced) | Sets whether this endpoint will attempt to 
dynamically resolve the target database and collection from the incoming 
Exchange properties. Can be used to override at runtime the database and 
collection specified on the otherwise static endpoint URI. It is disabled by 
default to boost performance. Enabling it will take a minimal performance hit. 
| false | boolean
+| *readPreference* (advanced) | Sets a MongoDB ReadPreference on the Mongo 
connection. Read preferences set directly on the connection will be overridden 
by this setting. The link ReadPreferencevalueOf(String) utility method is used 
to resolve the passed readPreference value. Some examples for the possible 
values are nearest primary or secondary etc. |  | ReadPreference
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+| *writeResultAsHeader* (advanced) | In write operations it determines whether 
instead of returning WriteResult as the body of the OUT message we transfer the 
IN message to the OUT and attach the WriteResult as a header. | false | boolean
+| *persistentId* (tail) | One tail tracking collection can host many trackers 
for several tailable consumers. To keep them separate each tracker should have 
its own unique persistentId. |  | String
+| *persistentTailTracking* (tail) | Enable persistent tail tracking which is a 
mechanism to keep track of the last consumed message across system restarts. 
The next time the system is up the endpoint will recover the cursor from the 
point where it last stopped slurping records. | false | boolean
+| *persistRecords* (tail) | Sets the number of tailed records after which the 
tail tracking data is persisted to MongoDB. | -1 | int
+| *tailTrackCollection* (tail) | Collection where tail tracking information 
will be persisted. If not specified link 
MongoDbTailTrackingConfigDEFAULT_COLLECTION will be used by default. |  | String
+| *tailTrackDb* (tail) | Indicates what database the tail tracking mechanism 
will persist to. If not specified the current database will be picked by 
default. Dynamicity will not be taken into account even if enabled i.e. the 
tail tracking database will not vary past endpoint initialisation. |  | String
+| *tailTrackField* (tail) | Field where the last tracked value will be placed. 
If not specified link MongoDbTailTrackingConfigDEFAULT_FIELD will be used by 
default. |  | String
+| *tailTrackIncreasingField* (tail) | Correlation field in the incoming record 
which is of increasing nature and will be used to position the tailing cursor 
every time it is generated. The cursor will be (re)created with a query of 
type: tailTrackIncreasingField lastValue (possibly recovered from persistent 
tail tracking). Can be of type Integer Date String etc. NOTE: No support for 
dot notation at the current time so the field should be at the top level of the 
document. |  | String
+| *tailTrackingStrategy* (tail) | Sets the strategy used to extract the 
increasing field value and to create the query to position the tail cursor. | 
LITERAL | MongoDBTailTracking Enum
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc 
b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
index 982ec9a..a47f9be 100644
--- a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
+++ b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc
@@ -1,4 +1,4 @@
-## MongoDB Component
+== MongoDB Component
 
 *Available as of Camel version 2.19*
 
@@ -64,43 +64,45 @@ The MongoDB component has no options.
 // endpoint options: START
 The MongoDB endpoint is configured using URI syntax:
 
-    mongodb3:connectionBean
+----
+mongodb3:connectionBean
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **connectionBean** | *Required* Name of com.mongodb.Mongo to use. |  | String
-|=======================================================================
+| *connectionBean* | *Required* Name of com.mongodb.Mongo to use. |  | String
+|===
 
-#### Query Parameters (19 parameters):
+==== Query Parameters (19 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **collection** (common) | Sets the name of the MongoDB collection to bind to 
this endpoint |  | String
-| **collectionIndex** (common) | Sets the collection index (JSON FORMAT : 
field1 : order1 field2 : order2) |  | String
-| **createCollection** (common) | Create collection during initialisation if 
it doesn't exist. Default is true. | true | boolean
-| **database** (common) | Sets the name of the MongoDB database to target |  | 
String
-| **operation** (common) | Sets the operation this endpoint will execute 
against MongoDB. For possible values see MongoDbOperation. |  | MongoDbOperation
-| **outputType** (common) | Convert the output of the producer to the selected 
type : DocumentList Document or MongoIterable. DocumentList or Document applies 
to findAll. MongoIterable applies to all other operations. |  | 
MongoDbOutputType
-| **bridgeErrorHandler** (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
-| **exceptionHandler** (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **cursorRegenerationDelay** (advanced) | MongoDB tailable cursors will block 
until new data arrives. If no new data is inserted after some time the cursor 
will be automatically freed and closed by the MongoDB server. The client is 
expected to regenerate the cursor if needed. This value specifies the time to 
wait before attempting to fetch a new cursor and if the attempt fails how long 
before the next attempt is made. Default value is 1000ms. | 1000 | long
-| **dynamicity** (advanced) | Sets whether this endpoint will attempt to 
dynamically resolve the target database and collection from the incoming 
Exchange properties. Can be used to override at runtime the database and 
collection specified on the otherwise static endpoint URI. It is disabled by 
default to boost performance. Enabling it will take a minimal performance hit. 
| false | boolean
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-| **writeResultAsHeader** (advanced) | In write operations it determines 
whether instead of returning WriteResult as the body of the OUT message we 
transfer the IN message to the OUT and attach the WriteResult as a header. | 
false | boolean
-| **persistentId** (tail) | One tail tracking collection can host many 
trackers for several tailable consumers. To keep them separate each tracker 
should have its own unique persistentId. |  | String
-| **persistentTailTracking** (tail) | Enable persistent tail tracking which is 
a mechanism to keep track of the last consumed message across system restarts. 
The next time the system is up the endpoint will recover the cursor from the 
point where it last stopped slurping records. | false | boolean
-| **tailTrackCollection** (tail) | Collection where tail tracking information 
will be persisted. If not specified link 
MongoDbTailTrackingConfigDEFAULT_COLLECTION will be used by default. |  | String
-| **tailTrackDb** (tail) | Indicates what database the tail tracking mechanism 
will persist to. If not specified the current database will be picked by 
default. Dynamicity will not be taken into account even if enabled i.e. the 
tail tracking database will not vary past endpoint initialisation. |  | String
-| **tailTrackField** (tail) | Field where the last tracked value will be 
placed. If not specified link MongoDbTailTrackingConfigDEFAULT_FIELD will be 
used by default. |  | String
-| **tailTrackIncreasingField** (tail) | Correlation field in the incoming 
record which is of increasing nature and will be used to position the tailing 
cursor every time it is generated. The cursor will be (re)created with a query 
of type: tailTrackIncreasingField lastValue (possibly recovered from persistent 
tail tracking). Can be of type Integer Date String etc. NOTE: No support for 
dot notation at the current time so the field should be at the top level of the 
document. |  | String
-|=======================================================================
+| *collection* (common) | Sets the name of the MongoDB collection to bind to 
this endpoint |  | String
+| *collectionIndex* (common) | Sets the collection index (JSON FORMAT : field1 
: order1 field2 : order2) |  | String
+| *createCollection* (common) | Create collection during initialisation if it 
doesn't exist. Default is true. | true | boolean
+| *database* (common) | Sets the name of the MongoDB database to target |  | 
String
+| *operation* (common) | Sets the operation this endpoint will execute against 
MongoDB. For possible values see MongoDbOperation. |  | MongoDbOperation
+| *outputType* (common) | Convert the output of the producer to the selected 
type : DocumentList Document or MongoIterable. DocumentList or Document applies 
to findAll. MongoIterable applies to all other operations. |  | 
MongoDbOutputType
+| *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
+| *exceptionHandler* (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *cursorRegenerationDelay* (advanced) | MongoDB tailable cursors will block 
until new data arrives. If no new data is inserted after some time the cursor 
will be automatically freed and closed by the MongoDB server. The client is 
expected to regenerate the cursor if needed. This value specifies the time to 
wait before attempting to fetch a new cursor and if the attempt fails how long 
before the next attempt is made. Default value is 1000ms. | 1000 | long
+| *dynamicity* (advanced) | Sets whether this endpoint will attempt to 
dynamically resolve the target database and collection from the incoming 
Exchange properties. Can be used to override at runtime the database and 
collection specified on the otherwise static endpoint URI. It is disabled by 
default to boost performance. Enabling it will take a minimal performance hit. 
| false | boolean
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+| *writeResultAsHeader* (advanced) | In write operations it determines whether 
instead of returning WriteResult as the body of the OUT message we transfer the 
IN message to the OUT and attach the WriteResult as a header. | false | boolean
+| *persistentId* (tail) | One tail tracking collection can host many trackers 
for several tailable consumers. To keep them separate each tracker should have 
its own unique persistentId. |  | String
+| *persistentTailTracking* (tail) | Enable persistent tail tracking which is a 
mechanism to keep track of the last consumed message across system restarts. 
The next time the system is up the endpoint will recover the cursor from the 
point where it last stopped slurping records. | false | boolean
+| *tailTrackCollection* (tail) | Collection where tail tracking information 
will be persisted. If not specified link 
MongoDbTailTrackingConfigDEFAULT_COLLECTION will be used by default. |  | String
+| *tailTrackDb* (tail) | Indicates what database the tail tracking mechanism 
will persist to. If not specified the current database will be picked by 
default. Dynamicity will not be taken into account even if enabled i.e. the 
tail tracking database will not vary past endpoint initialisation. |  | String
+| *tailTrackField* (tail) | Field where the last tracked value will be placed. 
If not specified link MongoDbTailTrackingConfigDEFAULT_FIELD will be used by 
default. |  | String
+| *tailTrackIncreasingField* (tail) | Correlation field in the incoming record 
which is of increasing nature and will be used to position the tailing cursor 
every time it is generated. The cursor will be (re)created with a query of 
type: tailTrackIncreasingField lastValue (possibly recovered from persistent 
tail tracking). Can be of type Integer Date String etc. NOTE: No support for 
dot notation at the current time so the field should be at the top level of the 
document. |  | String
+|===
 // endpoint options: END
 
 Note on options of MoongoDB component 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-mqtt/src/main/docs/mqtt-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mqtt/src/main/docs/mqtt-component.adoc 
b/components/camel-mqtt/src/main/docs/mqtt-component.adoc
index 121380c..987d6a4 100644
--- a/components/camel-mqtt/src/main/docs/mqtt-component.adoc
+++ b/components/camel-mqtt/src/main/docs/mqtt-component.adoc
@@ -1,4 +1,4 @@
-## MQTT Component
+== MQTT Component
 
 *Available as of Camel version 2.10*
 
@@ -40,13 +40,13 @@ The MQTT component supports 4 options which are listed 
below.
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **host** (common) | The URI of the MQTT broker to connect too - this 
component also supports SSL - e.g. ssl://127.0.0.1:8883 |  | String
-| **userName** (security) | Username to be used for authentication against the 
MQTT broker |  | String
-| **password** (security) | Password to be used for authentication against the 
MQTT broker |  | String
-| **resolveProperty Placeholders** (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
-|=======================================================================
+| *host* (common) | The URI of the MQTT broker to connect too - this component 
also supports SSL - e.g. ssl://127.0.0.1:8883 |  | String
+| *userName* (security) | Username to be used for authentication against the 
MQTT broker |  | String
+| *password* (security) | Password to be used for authentication against the 
MQTT broker |  | String
+| *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
+|===
 // component options: END
 
 
@@ -57,63 +57,65 @@ The MQTT component supports 4 options which are listed 
below.
 // endpoint options: START
 The MQTT endpoint is configured using URI syntax:
 
-    mqtt:name
+----
+mqtt:name
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **name** | *Required* A logical name to use which is not the topic name. |  
| String
-|=======================================================================
+| *name* | *Required* A logical name to use which is not the topic name. |  | 
String
+|===
 
-#### Query Parameters (39 parameters):
+==== Query Parameters (39 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **blockingExecutor** (common) | SSL connections perform blocking operations 
against internal thread pool unless you call the setBlockingExecutor method to 
configure that executor they will use instead. |  | Executor
-| **byDefaultRetain** (common) | The default retain policy to be used on 
messages sent to the MQTT broker | false | boolean
-| **cleanSession** (common) | Set to false if you want the MQTT server to 
persist topic subscriptions and ack positions across client sessions. Defaults 
to true. | false | boolean
-| **clientId** (common) | Use to set the client Id of the session. This is 
what an MQTT server uses to identify a session where setCleanSession(false); is 
being used. The id must be 23 characters or less. Defaults to auto generated id 
(based on your socket address port and timestamp). |  | String
-| **connectAttemptsMax** (common) | The maximum number of reconnect attempts 
before an error is reported back to the client on the first attempt by the 
client to connect to a server. Set to -1 to use unlimited attempts. Defaults to 
-1. | -1 | long
-| **connectWaitInSeconds** (common) | Delay in seconds the Component will wait 
for a connection to be established to the MQTT broker | 10 | int
-| **disconnectWaitInSeconds** (common) | The number of seconds the Component 
will wait for a valid disconnect on stop() from the MQTT broker | 5 | int
-| **dispatchQueue** (common) | A HawtDispatch dispatch queue is used to 
synchronize access to the connection. If an explicit queue is not configured 
via the setDispatchQueue method then a new queue will be created for the 
connection. Setting an explicit queue might be handy if you want multiple 
connection to share the same queue for synchronization. |  | DispatchQueue
-| **host** (common) | The URI of the MQTT broker to connect too - this 
component also supports SSL - e.g. ssl://127.0.0.1:8883 | tcp://127.0.0.1:1883 
| URI
-| **keepAlive** (common) | Configures the Keep Alive timer in seconds. Defines 
the maximum time interval between messages received from a client. It enables 
the server to detect that the network connection to a client has dropped 
without having to wait for the long TCP/IP timeout. |  | short
-| **localAddress** (common) | The local InetAddress and port to use |  | URI
-| **maxReadRate** (common) | Sets the maximum bytes per second that this 
transport will receive data at. This setting throttles reads so that the rate 
is not exceeded. Defaults to 0 which disables throttling. |  | int
-| **maxWriteRate** (common) | Sets the maximum bytes per second that this 
transport will send data at. This setting throttles writes so that the rate is 
not exceeded. Defaults to 0 which disables throttling. |  | int
-| **mqttQosPropertyName** (common) | The property name to look for on an 
Exchange for an individual published message. If this is set (one of AtMostOnce 
AtLeastOnce or ExactlyOnce ) - then that QoS will be set on the message sent to 
the MQTT message broker. | MQTTQos | String
-| **mqttRetainPropertyName** (common) | The property name to look for on an 
Exchange for an individual published message. If this is set (expects a Boolean 
value) - then the retain property will be set on the message sent to the MQTT 
message broker. | MQTTRetain | String
-| **mqttTopicPropertyName** (common) | These a properties that are looked for 
in an Exchange - to publish to | MQTTTopicPropertyName | String
-| **publishTopicName** (common) | The default Topic to publish messages on | 
camel/mqtt/test | String
-| **qualityOfService** (common) | Quality of service level to use for topics. 
| AtLeastOnce | String
-| **receiveBufferSize** (common) | Sets the size of the internal socket 
receive buffer. Defaults to 65536 (64k) | 65536 | int
-| **reconnectAttemptsMax** (common) | The maximum number of reconnect attempts 
before an error is reported back to the client after a server connection had 
previously been established. Set to -1 to use unlimited attempts. Defaults to 
-1. | -1 | long
-| **reconnectBackOffMultiplier** (common) | The Exponential backoff be used 
between reconnect attempts. Set to 1 to disable exponential backoff. Defaults 
to 2. | 2.0 | double
-| **reconnectDelay** (common) | How long to wait in ms before the first 
reconnect attempt. Defaults to 10. | 10 | long
-| **reconnectDelayMax** (common) | The maximum amount of time in ms to wait 
between reconnect attempts. Defaults to 30000. | 30000 | long
-| **sendBufferSize** (common) | Sets the size of the internal socket send 
buffer. Defaults to 65536 (64k) | 65536 | int
-| **sendWaitInSeconds** (common) | The maximum time the Component will wait 
for a receipt from the MQTT broker to acknowledge a published message before 
throwing an exception | 5 | int
-| **sslContext** (common) | To configure security using SSLContext 
configuration |  | SSLContext
-| **subscribeTopicName** (common) | *Deprecated* These are set on the Endpoint 
- together with properties inherited from MQTT |  | String
-| **subscribeTopicNames** (common) | A comma-delimited list of Topics to 
subscribe to for messages. Note that each item of this list can contain MQTT 
wildcards ( and/or ) in order to subscribe to topics matching a certain pattern 
within a hierarchy. For example is a wildcard for all topics at a level within 
the hierarchy so if a broker has topics topics/one and topics/two then topics/ 
can be used to subscribe to both. A caveat to consider here is that if the 
broker adds topics/three the route would also begin to receive messages from 
that topic. |  | String
-| **trafficClass** (common) | Sets traffic class or type-of-service octet in 
the IP header for packets sent from the transport. Defaults to 8 which means 
the traffic should be optimized for throughput. | 8 | int
-| **version** (common) | Set to 3.1.1 to use MQTT version 3.1.1. Otherwise 
defaults to the 3.1 protocol version. | 3.1 | String
-| **willMessage** (common) | The Will message to send. Defaults to a zero 
length message. |  | String
-| **willQos** (common) | Sets the quality of service to use for the Will 
message. Defaults to AT_MOST_ONCE. | AtMostOnce | QoS
-| **willRetain** (common) | Set to true if you want the Will to be published 
with the retain option. |  | QoS
-| **willTopic** (common) | If set the server will publish the client's Will 
message to the specified topics if the client has an unexpected disconnection. 
|  | String
-| **bridgeErrorHandler** (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
-| **exceptionHandler** (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **lazySessionCreation** (producer) | Sessions can be lazily created to avoid 
exceptions if the remote server is not up and running when the Camel producer 
is started. | true | boolean
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-|=======================================================================
+| *blockingExecutor* (common) | SSL connections perform blocking operations 
against internal thread pool unless you call the setBlockingExecutor method to 
configure that executor they will use instead. |  | Executor
+| *byDefaultRetain* (common) | The default retain policy to be used on 
messages sent to the MQTT broker | false | boolean
+| *cleanSession* (common) | Set to false if you want the MQTT server to 
persist topic subscriptions and ack positions across client sessions. Defaults 
to true. | false | boolean
+| *clientId* (common) | Use to set the client Id of the session. This is what 
an MQTT server uses to identify a session where setCleanSession(false); is 
being used. The id must be 23 characters or less. Defaults to auto generated id 
(based on your socket address port and timestamp). |  | String
+| *connectAttemptsMax* (common) | The maximum number of reconnect attempts 
before an error is reported back to the client on the first attempt by the 
client to connect to a server. Set to -1 to use unlimited attempts. Defaults to 
-1. | -1 | long
+| *connectWaitInSeconds* (common) | Delay in seconds the Component will wait 
for a connection to be established to the MQTT broker | 10 | int
+| *disconnectWaitInSeconds* (common) | The number of seconds the Component 
will wait for a valid disconnect on stop() from the MQTT broker | 5 | int
+| *dispatchQueue* (common) | A HawtDispatch dispatch queue is used to 
synchronize access to the connection. If an explicit queue is not configured 
via the setDispatchQueue method then a new queue will be created for the 
connection. Setting an explicit queue might be handy if you want multiple 
connection to share the same queue for synchronization. |  | DispatchQueue
+| *host* (common) | The URI of the MQTT broker to connect too - this component 
also supports SSL - e.g. ssl://127.0.0.1:8883 | tcp://127.0.0.1:1883 | URI
+| *keepAlive* (common) | Configures the Keep Alive timer in seconds. Defines 
the maximum time interval between messages received from a client. It enables 
the server to detect that the network connection to a client has dropped 
without having to wait for the long TCP/IP timeout. |  | short
+| *localAddress* (common) | The local InetAddress and port to use |  | URI
+| *maxReadRate* (common) | Sets the maximum bytes per second that this 
transport will receive data at. This setting throttles reads so that the rate 
is not exceeded. Defaults to 0 which disables throttling. |  | int
+| *maxWriteRate* (common) | Sets the maximum bytes per second that this 
transport will send data at. This setting throttles writes so that the rate is 
not exceeded. Defaults to 0 which disables throttling. |  | int
+| *mqttQosPropertyName* (common) | The property name to look for on an 
Exchange for an individual published message. If this is set (one of AtMostOnce 
AtLeastOnce or ExactlyOnce ) - then that QoS will be set on the message sent to 
the MQTT message broker. | MQTTQos | String
+| *mqttRetainPropertyName* (common) | The property name to look for on an 
Exchange for an individual published message. If this is set (expects a Boolean 
value) - then the retain property will be set on the message sent to the MQTT 
message broker. | MQTTRetain | String
+| *mqttTopicPropertyName* (common) | These a properties that are looked for in 
an Exchange - to publish to | MQTTTopicPropertyName | String
+| *publishTopicName* (common) | The default Topic to publish messages on | 
camel/mqtt/test | String
+| *qualityOfService* (common) | Quality of service level to use for topics. | 
AtLeastOnce | String
+| *receiveBufferSize* (common) | Sets the size of the internal socket receive 
buffer. Defaults to 65536 (64k) | 65536 | int
+| *reconnectAttemptsMax* (common) | The maximum number of reconnect attempts 
before an error is reported back to the client after a server connection had 
previously been established. Set to -1 to use unlimited attempts. Defaults to 
-1. | -1 | long
+| *reconnectBackOffMultiplier* (common) | The Exponential backoff be used 
between reconnect attempts. Set to 1 to disable exponential backoff. Defaults 
to 2. | 2.0 | double
+| *reconnectDelay* (common) | How long to wait in ms before the first 
reconnect attempt. Defaults to 10. | 10 | long
+| *reconnectDelayMax* (common) | The maximum amount of time in ms to wait 
between reconnect attempts. Defaults to 30000. | 30000 | long
+| *sendBufferSize* (common) | Sets the size of the internal socket send 
buffer. Defaults to 65536 (64k) | 65536 | int
+| *sendWaitInSeconds* (common) | The maximum time the Component will wait for 
a receipt from the MQTT broker to acknowledge a published message before 
throwing an exception | 5 | int
+| *sslContext* (common) | To configure security using SSLContext configuration 
|  | SSLContext
+| *subscribeTopicName* (common) | *Deprecated* These are set on the Endpoint - 
together with properties inherited from MQTT |  | String
+| *subscribeTopicNames* (common) | A comma-delimited list of Topics to 
subscribe to for messages. Note that each item of this list can contain MQTT 
wildcards ( and/or ) in order to subscribe to topics matching a certain pattern 
within a hierarchy. For example is a wildcard for all topics at a level within 
the hierarchy so if a broker has topics topics/one and topics/two then topics/ 
can be used to subscribe to both. A caveat to consider here is that if the 
broker adds topics/three the route would also begin to receive messages from 
that topic. |  | String
+| *trafficClass* (common) | Sets traffic class or type-of-service octet in the 
IP header for packets sent from the transport. Defaults to 8 which means the 
traffic should be optimized for throughput. | 8 | int
+| *version* (common) | Set to 3.1.1 to use MQTT version 3.1.1. Otherwise 
defaults to the 3.1 protocol version. | 3.1 | String
+| *willMessage* (common) | The Will message to send. Defaults to a zero length 
message. |  | String
+| *willQos* (common) | Sets the quality of service to use for the Will 
message. Defaults to AT_MOST_ONCE. | AtMostOnce | QoS
+| *willRetain* (common) | Set to true if you want the Will to be published 
with the retain option. |  | QoS
+| *willTopic* (common) | If set the server will publish the client's Will 
message to the specified topics if the client has an unexpected disconnection. 
|  | String
+| *bridgeErrorHandler* (consumer) | Allows for bridging the consumer to the 
Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored. | false | 
boolean
+| *exceptionHandler* (consumer) | 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 or ERROR level and ignored. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *lazySessionCreation* (producer) | Sessions can be lazily created to avoid 
exceptions if the remote server is not up and running when the Camel producer 
is started. | true | boolean
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-msv/src/main/docs/msv-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-msv/src/main/docs/msv-component.adoc 
b/components/camel-msv/src/main/docs/msv-component.adoc
index b4f3869..f378c0d 100644
--- a/components/camel-msv/src/main/docs/msv-component.adoc
+++ b/components/camel-msv/src/main/docs/msv-component.adoc
@@ -1,4 +1,4 @@
-## MSV Component
+== MSV Component
 
 *Available as of Camel version 1.1*
 
@@ -56,12 +56,12 @@ The MSV component supports 3 options which are listed below.
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **schemaFactory** (advanced) | To use the 
javax.xml.validation.SchemaFactory. |  | SchemaFactory
-| **resourceResolverFactory** (advanced) | To use a custom LSResourceResolver 
which depends on a dynamic endpoint resource URI |  | ValidatorResource 
ResolverFactory
-| **resolveProperty Placeholders** (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
-|=======================================================================
+| *schemaFactory* (advanced) | To use the javax.xml.validation.SchemaFactory. 
|  | SchemaFactory
+| *resourceResolverFactory* (advanced) | To use a custom LSResourceResolver 
which depends on a dynamic endpoint resource URI |  | ValidatorResource 
ResolverFactory
+| *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
+|===
 // component options: END
 
 
@@ -72,35 +72,37 @@ The MSV component supports 3 options which are listed below.
 // endpoint options: START
 The MSV endpoint is configured using URI syntax:
 
-    msv:resourceUri
+----
+msv:resourceUri
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **resourceUri** | *Required* URL to a local resource on the classpath or a 
reference to lookup a bean in the Registry or a full URL to a remote resource 
or resource on the file system which contains the XSD to validate against. |  | 
String
-|=======================================================================
+| *resourceUri* | *Required* URL to a local resource on the classpath or a 
reference to lookup a bean in the Registry or a full URL to a remote resource 
or resource on the file system which contains the XSD to validate against. |  | 
String
+|===
 
-#### Query Parameters (11 parameters):
+==== Query Parameters (11 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **failOnNullBody** (producer) | Whether to fail if no body exists. | true | 
boolean
-| **failOnNullHeader** (producer) | Whether to fail if no header exists when 
validating against a header. | true | boolean
-| **headerName** (producer) | To validate against a header instead of the 
message body. |  | String
-| **errorHandler** (advanced) | To use a custom 
org.apache.camel.processor.validation.ValidatorErrorHandler. The default error 
handler captures the errors and throws an exception. |  | ValidatorErrorHandler
-| **resourceResolver** (advanced) | To use a custom LSResourceResolver. Do not 
use together with resourceResolverFactory |  | LSResourceResolver
-| **resourceResolverFactory** (advanced) | To use a custom LSResourceResolver 
which depends on a dynamic endpoint resource URI. The default resource resolver 
factory resturns a resource resolver which can read files from the class path 
and file system. Do not use together with resourceResolver. |  | 
ValidatorResource ResolverFactory
-| **schemaFactory** (advanced) | To use a custom 
javax.xml.validation.SchemaFactory |  | SchemaFactory
-| **schemaLanguage** (advanced) | Configures the W3C XML Schema Namespace URI. 
| http://www.w3.org/2001/XMLSchema | String
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-| **useDom** (advanced) | Whether DOMSource/DOMResult or SaxSource/SaxResult 
should be used by the validator. | false | boolean
-| **useSharedSchema** (advanced) | Whether the Schema instance should be 
shared or not. This option is introduced to work around a JDK 1.6.x bug. Xerces 
should not have this issue. | true | boolean
-|=======================================================================
+| *failOnNullBody* (producer) | Whether to fail if no body exists. | true | 
boolean
+| *failOnNullHeader* (producer) | Whether to fail if no header exists when 
validating against a header. | true | boolean
+| *headerName* (producer) | To validate against a header instead of the 
message body. |  | String
+| *errorHandler* (advanced) | To use a custom 
org.apache.camel.processor.validation.ValidatorErrorHandler. The default error 
handler captures the errors and throws an exception. |  | ValidatorErrorHandler
+| *resourceResolver* (advanced) | To use a custom LSResourceResolver. Do not 
use together with resourceResolverFactory |  | LSResourceResolver
+| *resourceResolverFactory* (advanced) | To use a custom LSResourceResolver 
which depends on a dynamic endpoint resource URI. The default resource resolver 
factory resturns a resource resolver which can read files from the class path 
and file system. Do not use together with resourceResolver. |  | 
ValidatorResource ResolverFactory
+| *schemaFactory* (advanced) | To use a custom 
javax.xml.validation.SchemaFactory |  | SchemaFactory
+| *schemaLanguage* (advanced) | Configures the W3C XML Schema Namespace URI. | 
http://www.w3.org/2001/XMLSchema | String
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+| *useDom* (advanced) | Whether DOMSource/DOMResult or SaxSource/SaxResult 
should be used by the validator. | false | boolean
+| *useSharedSchema* (advanced) | Whether the Schema instance should be shared 
or not. This option is introduced to work around a JDK 1.6.x bug. Xerces should 
not have this issue. | true | boolean
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-mustache/src/main/docs/mustache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mustache/src/main/docs/mustache-component.adoc 
b/components/camel-mustache/src/main/docs/mustache-component.adoc
index 19b5dde..570bf76 100644
--- a/components/camel-mustache/src/main/docs/mustache-component.adoc
+++ b/components/camel-mustache/src/main/docs/mustache-component.adoc
@@ -1,4 +1,4 @@
-## Mustache Component
+== Mustache Component
 
 *Available as of Camel version 2.12*
 
@@ -45,11 +45,11 @@ The Mustache component supports 2 options which are listed 
below.
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **mustacheFactory** (advanced) | To use a custom MustacheFactory |  | 
MustacheFactory
-| **resolveProperty Placeholders** (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
-|=======================================================================
+| *mustacheFactory* (advanced) | To use a custom MustacheFactory |  | 
MustacheFactory
+| *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
+|===
 // component options: END
 
 
@@ -62,29 +62,31 @@ The Mustache component supports 2 options which are listed 
below.
 // endpoint options: START
 The Mustache endpoint is configured using URI syntax:
 
-    mustache:resourceUri
+----
+mustache:resourceUri
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **resourceUri** | *Required* Path to the resource. You can prefix with: 
classpath file http ref or bean. classpath file and http loads the resource 
using these protocols (classpath is default). ref will lookup the resource in 
the registry. bean will call a method on a bean to be used as the resource. For 
bean you can specify the method name after dot eg bean:myBean.myMethod. |  | 
String
-|=======================================================================
+| *resourceUri* | *Required* Path to the resource. You can prefix with: 
classpath file http ref or bean. classpath file and http loads the resource 
using these protocols (classpath is default). ref will lookup the resource in 
the registry. bean will call a method on a bean to be used as the resource. For 
bean you can specify the method name after dot eg bean:myBean.myMethod. |  | 
String
+|===
 
-#### Query Parameters (5 parameters):
+==== Query Parameters (5 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **contentCache** (producer) | Sets whether to use resource content cache or 
not | false | boolean
-| **encoding** (producer) | Character encoding of the resource content. |  | 
String
-| **endDelimiter** (producer) | Characters used to mark template code end. | 
}} | String
-| **startDelimiter** (producer) | Characters used to mark template code 
beginning. | {{ | String
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-|=======================================================================
+| *contentCache* (producer) | Sets whether to use resource content cache or 
not | false | boolean
+| *encoding* (producer) | Character encoding of the resource content. |  | 
String
+| *endDelimiter* (producer) | Characters used to mark template code end. | }} 
| String
+| *startDelimiter* (producer) | Characters used to mark template code 
beginning. | {{ | String
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+|===
 // endpoint options: END
 
 {% endraw %}

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-mvel/src/main/docs/mvel-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mvel/src/main/docs/mvel-component.adoc 
b/components/camel-mvel/src/main/docs/mvel-component.adoc
index 21959d4..202fdcd 100644
--- a/components/camel-mvel/src/main/docs/mvel-component.adoc
+++ b/components/camel-mvel/src/main/docs/mvel-component.adoc
@@ -1,4 +1,4 @@
-## MVEL Component
+== MVEL Component
 
 *Available as of Camel version 2.12*
 
@@ -46,27 +46,29 @@ The MVEL component has no options.
 // endpoint options: START
 The MVEL endpoint is configured using URI syntax:
 
-    mvel:resourceUri
+----
+mvel:resourceUri
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **resourceUri** | *Required* Path to the resource. You can prefix with: 
classpath file http ref or bean. classpath file and http loads the resource 
using these protocols (classpath is default). ref will lookup the resource in 
the registry. bean will call a method on a bean to be used as the resource. For 
bean you can specify the method name after dot eg bean:myBean.myMethod. |  | 
String
-|=======================================================================
+| *resourceUri* | *Required* Path to the resource. You can prefix with: 
classpath file http ref or bean. classpath file and http loads the resource 
using these protocols (classpath is default). ref will lookup the resource in 
the registry. bean will call a method on a bean to be used as the resource. For 
bean you can specify the method name after dot eg bean:myBean.myMethod. |  | 
String
+|===
 
-#### Query Parameters (3 parameters):
+==== Query Parameters (3 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **contentCache** (producer) | Sets whether to use resource content cache or 
not | false | boolean
-| **encoding** (producer) | Character encoding of the resource content. |  | 
String
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-|=======================================================================
+| *contentCache* (producer) | Sets whether to use resource content cache or 
not | false | boolean
+| *encoding* (producer) | Character encoding of the resource content. |  | 
String
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-mvel/src/main/docs/mvel-language.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mvel/src/main/docs/mvel-language.adoc 
b/components/camel-mvel/src/main/docs/mvel-language.adoc
index 2e7b47f..5dbab3a 100644
--- a/components/camel-mvel/src/main/docs/mvel-language.adoc
+++ b/components/camel-mvel/src/main/docs/mvel-language.adoc
@@ -1,4 +1,4 @@
-## MVEL Language
+== MVEL Language
 
 *Available as of Camel version 2.0*
 
@@ -30,10 +30,10 @@ The MVEL language supports 1 options which are listed below.
 
 
 [width="100%",cols="2,1m,1m,6",options="header"]
-|=======================================================================
+|===
 | Name | Default | Java Type | Description
 | trim | true | Boolean | Whether to trim the value to remove leading and 
trailing whitespaces and line breaks
-|=======================================================================
+|===
 // language options: END
 
 ### Variables

Reply via email to