Skip to content

Commit

Permalink
Regen
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Nov 15, 2018
1 parent 61517d6 commit f8b59a5
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 68 deletions.
3 changes: 2 additions & 1 deletion components/camel-aws/src/main/docs/aws-sqs-component.adoc
Expand Up @@ -128,7 +128,7 @@ with the following path and query parameters:
=== Spring Boot Auto-Configuration


The component supports 30 options, which are listed below.
The component supports 31 options, which are listed below.



Expand All @@ -142,6 +142,7 @@ The component supports 30 options, which are listed below.
| *camel.component.aws-sqs.configuration.attribute-names* | A list of attribute names to receive when consuming. Multiple names can be separated by comma. | | String
| *camel.component.aws-sqs.configuration.concurrent-consumers* | Allows you to use multiple threads to poll the sqs queue to increase throughput | 1 | Integer
| *camel.component.aws-sqs.configuration.default-visibility-timeout* | The default visibility timeout (in seconds) | | Integer
| *camel.component.aws-sqs.configuration.delay-queue* | Define if you want to apply delaySeconds option to the queue or on single messages | false | Boolean
| *camel.component.aws-sqs.configuration.delay-seconds* | Delay sending messages for a number of seconds. | | Integer
| *camel.component.aws-sqs.configuration.delete-after-read* | Delete message from SQS after it has been read | true | Boolean
| *camel.component.aws-sqs.configuration.delete-if-filtered* | Whether or not to send the DeleteMessage to the SQS queue if an exchange fails to get through a filter. If 'false' and exchange does not make it through a Camel filter upstream in the route, then don't send DeleteMessage. | true | Boolean
Expand Down
2 changes: 2 additions & 0 deletions components/camel-ipfs/src/main/docs/ipfs-component.adoc
Expand Up @@ -66,6 +66,8 @@ with the following path and query parameters:

The component supports 2 options, which are listed below.



[width="100%",cols="2,5,^1,2",options="header"]
|===
| Name | Description | Default | Type
Expand Down
5 changes: 4 additions & 1 deletion components/readme.adoc
Expand Up @@ -2,7 +2,7 @@ Components
^^^^^^^^^^

// components: START
Number of Components: 303 in 205 JAR artifacts (22 deprecated)
Number of Components: 304 in 206 JAR artifacts (22 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
Expand Down Expand Up @@ -413,6 +413,9 @@ Number of Components: 303 in 205 JAR artifacts (22 deprecated)
| link:camel-influxdb/src/main/docs/influxdb-component.adoc[InfluxDB] (camel-influxdb) +
`influxdb:connectionBean` | 2.18 | The influxdb component allows you to interact with InfluxDB, a time series database.

| link:camel-ipfs/src/main/docs/ipfs-component.adoc[IPFS] (camel-ipfs) +
`ipfs:host:port/cmd` | 2.23 | The camel-ipfs component provides access to the Interplanetary File System (IPFS).

| link:camel-irc/src/main/docs/irc-component.adoc[IRC] (camel-irc) +
`irc:hostname:port` | 1.1 | The irc component implements an IRC (Internet Relay Chat) transport.

Expand Down
1 change: 1 addition & 0 deletions docs/user-manual/en/SUMMARY.md
Expand Up @@ -294,6 +294,7 @@
* [IMAP](imap-component.adoc)
* [Infinispan](infinispan-component.adoc)
* [InfluxDB](influxdb-component.adoc)
* [IPFS](ipfs-component.adoc)
* [IRC](irc-component.adoc)
* [IronMQ](ironmq-component.adoc)
* [JavaSpace](javaspace-component.adoc)
Expand Down

0 comments on commit f8b59a5

Please sign in to comment.