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 2019/12/02 11:13:00 UTC

[camel] branch master updated: Regen

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 ed6c524  Regen
ed6c524 is described below

commit ed6c524d099e77d6deb452fd752a0a2244315ccd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 2 12:12:17 2019 +0100

    Regen
---
 components/camel-stomp/src/main/docs/stomp-component.adoc | 2 +-
 docs/components/modules/ROOT/pages/stomp-component.adoc   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-stomp/src/main/docs/stomp-component.adoc b/components/camel-stomp/src/main/docs/stomp-component.adoc
index 53cbbea..55c7352 100644
--- a/components/camel-stomp/src/main/docs/stomp-component.adoc
+++ b/components/camel-stomp/src/main/docs/stomp-component.adoc
@@ -137,7 +137,7 @@ The component supports 16 options, which are listed below.
 | *camel.component.stomp.configuration.login* | The username |  | String
 | *camel.component.stomp.configuration.passcode* | The password |  | String
 | *camel.component.stomp.configuration.ssl-context-parameters* | To configure security using SSLContextParameters |  | SSLContextParameters
-| *camel.component.stomp.configuration.version* | The STOMP Version |  | String
+| *camel.component.stomp.configuration.version* | The stomp version (1.1, or 1.2) |  | String
 | *camel.component.stomp.enabled* | Whether to enable auto configuration of the stomp component. This is enabled by default. |  | Boolean
 | *camel.component.stomp.header-filter-strategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. The option is a org.apache.camel.spi.HeaderFilterStrategy type. |  | String
 | *camel.component.stomp.host* | The virtual host |  | String
diff --git a/docs/components/modules/ROOT/pages/stomp-component.adoc b/docs/components/modules/ROOT/pages/stomp-component.adoc
index 41142ac..e700322 100644
--- a/docs/components/modules/ROOT/pages/stomp-component.adoc
+++ b/docs/components/modules/ROOT/pages/stomp-component.adoc
@@ -94,7 +94,7 @@ with the following path and query parameters:
 | Name | Description | Default | Type
 | *brokerURL* (common) | *Required* The URI of the Stomp broker to connect to | tcp://localhost:61613 | String
 | *host* (common) | The virtual host name |  | String
-| *version* (common) | The STOMP Version |  | String
+| *version* (common) | The stomp version (1.1, or 1.2) |  | 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 option 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
@@ -138,7 +138,7 @@ The component supports 16 options, which are listed below.
 | *camel.component.stomp.configuration.login* | The username |  | String
 | *camel.component.stomp.configuration.passcode* | The password |  | String
 | *camel.component.stomp.configuration.ssl-context-parameters* | To configure security using SSLContextParameters |  | SSLContextParameters
-| *camel.component.stomp.configuration.version* | The STOMP Version |  | String
+| *camel.component.stomp.configuration.version* | The stomp version (1.1, or 1.2) |  | String
 | *camel.component.stomp.enabled* | Whether to enable auto configuration of the stomp component. This is enabled by default. |  | Boolean
 | *camel.component.stomp.header-filter-strategy* | To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message. The option is a org.apache.camel.spi.HeaderFilterStrategy type. |  | String
 | *camel.component.stomp.host* | The virtual host |  | String