public static final String |
CAMEL_SOURCE_NSQ_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.nsq.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_NSQ_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SOURCE_NSQ_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.nsq.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_NSQ_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_NSQ_COMPONENT_SERVERS_CONF |
"camel.component.nsq.servers" |
public static final String |
CAMEL_SOURCE_NSQ_COMPONENT_SERVERS_DOC |
"The hostnames of one or more nsqlookupd servers (consumer) or nsqd servers (producer)." |
public static final String |
CAMEL_SOURCE_NSQ_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_CONF |
"camel.component.nsq.useGlobalSslContextParameters" |
public static final String |
CAMEL_SOURCE_NSQ_COMPONENT_USE_GLOBAL_SSL_CONTEXT_PARAMETERS_DOC |
"Enable usage of global SSL context parameters." |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_AUTO_FINISH_CONF |
"camel.source.endpoint.autoFinish" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_AUTO_FINISH_DEFAULT |
"true" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_AUTO_FINISH_DOC |
"Automatically finish the NSQ Message when it is retrieved from the queue and before the Exchange is processed" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_NSQ_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_NSQ_ENDPOINT_CHANNEL_CONF |
"camel.source.endpoint.channel" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_CHANNEL_DOC |
"The NSQ channel" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_CUSTOM_NSQLOOKUP_CONF |
"camel.source.endpoint.customNSQLookup" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_CUSTOM_NSQLOOKUP_DOC |
"A Custom NSQ lookup implementation" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_NSQ_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_NSQ_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_NSQ_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_NSQ_ENDPOINT_LOOKUP_INTERVAL_CONF |
"camel.source.endpoint.lookupInterval" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_LOOKUP_INTERVAL_DOC |
"The lookup interval" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_LOOKUP_SERVER_PORT_CONF |
"camel.source.endpoint.lookupServerPort" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_LOOKUP_SERVER_PORT_DOC |
"The NSQ lookup server port" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_MESSAGE_TIMEOUT_CONF |
"camel.source.endpoint.messageTimeout" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_MESSAGE_TIMEOUT_DOC |
"The NSQ consumer timeout period for messages retrieved from the queue. A value of -1 is the server default" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_POOL_SIZE_CONF |
"camel.source.endpoint.poolSize" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_POOL_SIZE_DOC |
"Consumer pool size" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_REQUEUE_INTERVAL_CONF |
"camel.source.endpoint.requeueInterval" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_REQUEUE_INTERVAL_DOC |
"The requeue interval in milliseconds. A value of -1 is the server default" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_SECURE_CONF |
"camel.source.endpoint.secure" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_SECURE_DOC |
"Set secure option indicating TLS is required" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_SERVERS_CONF |
"camel.source.endpoint.servers" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_SERVERS_DOC |
"The hostnames of one or more nsqlookupd servers (consumer) or nsqd servers (producer)" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_SSL_CONTEXT_PARAMETERS_CONF |
"camel.source.endpoint.sslContextParameters" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_SSL_CONTEXT_PARAMETERS_DOC |
"To configure security using SSLContextParameters" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_USER_AGENT_CONF |
"camel.source.endpoint.userAgent" |
public static final String |
CAMEL_SOURCE_NSQ_ENDPOINT_USER_AGENT_DOC |
"A String to identify the kind of client" |
public static final String |
CAMEL_SOURCE_NSQ_PATH_TOPIC_CONF |
"camel.source.path.topic" |
public static final String |
CAMEL_SOURCE_NSQ_PATH_TOPIC_DOC |
"The NSQ topic" |