public static final String |
CAMEL_SOURCE_NATS_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.nats.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_NATS_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_NATS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.nats.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_NATS_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_NATS_COMPONENT_SERVERS_CONF |
"camel.component.nats.servers" |
public static final String |
CAMEL_SOURCE_NATS_COMPONENT_SERVERS_DOC |
"URLs to one or more NAT servers. Use comma to separate URLs when specifying multiple servers." |
public static final String |
CAMEL_SOURCE_NATS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.nats.useGlobalSslContextParameters" |
public static final String |
CAMEL_SOURCE_NATS_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SOURCE_NATS_COMPONENT_VERBOSE_CONF |
"camel.component.nats.verbose" |
public static final String |
CAMEL_SOURCE_NATS_COMPONENT_VERBOSE_DOC |
"Whether or not running in verbose mode" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_NATS_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_NATS_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_NATS_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_NATS_ENDPOINT_CONNECTION_CONF |
"camel.source.endpoint.connection" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_CONNECTION_DOC |
"Reference an already instantiated connection to Nats server" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_CONNECTION_TIMEOUT_CONF |
"camel.source.endpoint.connectionTimeout" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_CONNECTION_TIMEOUT_DOC |
"Timeout for connection attempts. (in milliseconds)" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_NATS_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_NATS_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_NATS_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_NATS_ENDPOINT_FLUSH_CONNECTION_CONF |
"camel.source.endpoint.flushConnection" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_FLUSH_CONNECTION_DOC |
"Define if we want to flush connection when stopping or not" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_FLUSH_TIMEOUT_CONF |
"camel.source.endpoint.flushTimeout" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_FLUSH_TIMEOUT_DOC |
"Set the flush timeout (in milliseconds)" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_MAX_MESSAGES_CONF |
"camel.source.endpoint.maxMessages" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_MAX_MESSAGES_DOC |
"Stop receiving messages from a topic we are subscribing to after maxMessages" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_MAX_PINGS_OUT_CONF |
"camel.source.endpoint.maxPingsOut" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_MAX_PINGS_OUT_DOC |
"maximum number of pings have not received a response allowed by the client" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_MAX_RECONNECT_ATTEMPTS_CONF |
"camel.source.endpoint.maxReconnectAttempts" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_MAX_RECONNECT_ATTEMPTS_DOC |
"Max reconnection attempts" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_NO_ECHO_CONF |
"camel.source.endpoint.noEcho" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_NO_ECHO_DOC |
"Turn off echo. If supported by the gnatsd version you are connecting to this flag will prevent the server from echoing messages back to the connection if it has subscriptions on the subject being published to." |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_NO_RANDOMIZE_SERVERS_CONF |
"camel.source.endpoint.noRandomizeServers" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_NO_RANDOMIZE_SERVERS_DOC |
"Whether or not randomizing the order of servers for the connection attempts" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_PEDANTIC_CONF |
"camel.source.endpoint.pedantic" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_PEDANTIC_DOC |
"Whether or not running in pedantic mode (this affects performance)" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_PING_INTERVAL_CONF |
"camel.source.endpoint.pingInterval" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_PING_INTERVAL_DOC |
"Ping interval to be aware if connection is still alive (in milliseconds)" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_POOL_SIZE_CONF |
"camel.source.endpoint.poolSize" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_POOL_SIZE_DOC |
"Consumer thread pool size (default is 10)" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_QUEUE_NAME_CONF |
"camel.source.endpoint.queueName" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_QUEUE_NAME_DOC |
"The Queue name if we are using nats for a queue configuration" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_RECONNECT_CONF |
"camel.source.endpoint.reconnect" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_RECONNECT_DOC |
"Whether or not using reconnection feature" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_RECONNECT_TIME_WAIT_CONF |
"camel.source.endpoint.reconnectTimeWait" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_RECONNECT_TIME_WAIT_DOC |
"Waiting time before attempts reconnection (in milliseconds)" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_REPLY_TO_DISABLED_CONF |
"camel.source.endpoint.replyToDisabled" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_REPLY_TO_DISABLED_DOC |
"Can be used to turn off sending back reply message in the consumer." |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_REQUEST_CLEANUP_INTERVAL_CONF |
"camel.source.endpoint.requestCleanupInterval" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_REQUEST_CLEANUP_INTERVAL_DOC |
"Interval to clean up cancelled/timed out requests." |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_SECURE_CONF |
"camel.source.endpoint.secure" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_SECURE_DOC |
"Set secure option indicating TLS is required" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_SERVERS_CONF |
"camel.source.endpoint.servers" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_SERVERS_DOC |
"URLs to one or more NAT servers. Use comma to separate URLs when specifying multiple servers." |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.source.endpoint.sslContextParameters" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_NATS_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_NATS_ENDPOINT_VERBOSE_CONF |
"camel.source.endpoint.verbose" |
public static final String |
CAMEL_SOURCE_NATS_ENDPOINT_VERBOSE_DOC |
"Whether or not running in verbose mode" |
public static final String |
CAMEL_SOURCE_NATS_PATH_TOPIC_CONF |
"camel.source.path.topic" |
public static final String |
CAMEL_SOURCE_NATS_PATH_TOPIC_DOC |
"The name of topic we want to use" |