| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_STOMP_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.stomp.basicPropertyBinding" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_BROKER_URLCONF |
"camel.component.stomp.brokerURL" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_BROKER_URLDEFAULT |
"tcp://localhost:61613" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_BROKER_URLDOC |
"The URI of the Stomp broker to connect to" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_CONFIGURATION_CONF |
"camel.component.stomp.configuration" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_CONFIGURATION_DOC |
"Component configuration." |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_CUSTOM_HEADERS_CONF |
"camel.component.stomp.customHeaders" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_CUSTOM_HEADERS_DOC |
"To set custom headers" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_HEADER_FILTER_STRATEGY_CONF |
"camel.component.stomp.headerFilterStrategy" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_HEADER_FILTER_STRATEGY_DOC |
"To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message." |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_HOST_CONF |
"camel.component.stomp.host" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_HOST_DOC |
"The virtual host name" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.stomp.lazyStartProducer" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_LOGIN_CONF |
"camel.component.stomp.login" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_LOGIN_DOC |
"The username" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_PASSCODE_CONF |
"camel.component.stomp.passcode" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_PASSCODE_DOC |
"The password" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.stomp.sslContextParameters" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.stomp.useGlobalSslContextParameters" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_VERSION_CONF |
"camel.component.stomp.version" |
public static final String |
CAMEL_SINK_STOMP_COMPONENT_VERSION_DOC |
"The stomp version (1.1, or 1.2)" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_BROKER_URLCONF |
"camel.sink.endpoint.brokerURL" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_BROKER_URLDEFAULT |
"tcp://localhost:61613" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_BROKER_URLDOC |
"The URI of the Stomp broker to connect to" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_CUSTOM_HEADERS_CONF |
"camel.sink.endpoint.customHeaders" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_CUSTOM_HEADERS_DOC |
"To set custom headers" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_HEADER_FILTER_STRATEGY_CONF |
"camel.sink.endpoint.headerFilterStrategy" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_HEADER_FILTER_STRATEGY_DOC |
"To use a custom HeaderFilterStrategy to filter header to and from Camel message." |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_HOST_CONF |
"camel.sink.endpoint.host" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_HOST_DOC |
"The virtual host name" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_LOGIN_CONF |
"camel.sink.endpoint.login" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_LOGIN_DOC |
"The username" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_PASSCODE_CONF |
"camel.sink.endpoint.passcode" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_PASSCODE_DOC |
"The password" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.sink.endpoint.sslContextParameters" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_VERSION_CONF |
"camel.sink.endpoint.version" |
public static final String |
CAMEL_SINK_STOMP_ENDPOINT_VERSION_DOC |
"The stomp version (1.1, or 1.2)" |
public static final String |
CAMEL_SINK_STOMP_PATH_DESTINATION_CONF |
"camel.sink.path.destination" |
public static final String |
CAMEL_SINK_STOMP_PATH_DESTINATION_DOC |
"Name of the queue" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.stomp.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.stomp.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"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." |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_BROKER_URLCONF |
"camel.component.stomp.brokerURL" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_BROKER_URLDEFAULT |
"tcp://localhost:61613" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_BROKER_URLDOC |
"The URI of the Stomp broker to connect to" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_CONFIGURATION_CONF |
"camel.component.stomp.configuration" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_CONFIGURATION_DOC |
"Component configuration." |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_CUSTOM_HEADERS_CONF |
"camel.component.stomp.customHeaders" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_CUSTOM_HEADERS_DOC |
"To set custom headers" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_HEADER_FILTER_STRATEGY_CONF |
"camel.component.stomp.headerFilterStrategy" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_HEADER_FILTER_STRATEGY_DOC |
"To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message." |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_HOST_CONF |
"camel.component.stomp.host" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_HOST_DOC |
"The virtual host name" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_LOGIN_CONF |
"camel.component.stomp.login" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_LOGIN_DOC |
"The username" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_PASSCODE_CONF |
"camel.component.stomp.passcode" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_PASSCODE_DOC |
"The password" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.stomp.sslContextParameters" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.stomp.useGlobalSslContextParameters" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_VERSION_CONF |
"camel.component.stomp.version" |
public static final String |
CAMEL_SOURCE_STOMP_COMPONENT_VERSION_DOC |
"The stomp version (1.1, or 1.2)" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"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." |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_BROKER_URLCONF |
"camel.source.endpoint.brokerURL" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_BROKER_URLDEFAULT |
"tcp://localhost:61613" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_BROKER_URLDOC |
"The URI of the Stomp broker to connect to" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_CUSTOM_HEADERS_CONF |
"camel.source.endpoint.customHeaders" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_CUSTOM_HEADERS_DOC |
"To set custom headers" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_EXCEPTION_HANDLER_DOC |
"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." |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_HEADER_FILTER_STRATEGY_CONF |
"camel.source.endpoint.headerFilterStrategy" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_HEADER_FILTER_STRATEGY_DOC |
"To use a custom HeaderFilterStrategy to filter header to and from Camel message." |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_HOST_CONF |
"camel.source.endpoint.host" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_HOST_DOC |
"The virtual host name" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_LOGIN_CONF |
"camel.source.endpoint.login" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_LOGIN_DOC |
"The username" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_PASSCODE_CONF |
"camel.source.endpoint.passcode" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_PASSCODE_DOC |
"The password" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.source.endpoint.sslContextParameters" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_VERSION_CONF |
"camel.source.endpoint.version" |
public static final String |
CAMEL_SOURCE_STOMP_ENDPOINT_VERSION_DOC |
"The stomp version (1.1, or 1.2)" |
public static final String |
CAMEL_SOURCE_STOMP_PATH_DESTINATION_CONF |
"camel.source.path.destination" |
public static final String |
CAMEL_SOURCE_STOMP_PATH_DESTINATION_DOC |
"Name of the queue" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.