public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.hazelcast-seda.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_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_HAZELCASTSEDA_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.hazelcast-seda.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_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_HAZELCASTSEDA_COMPONENT_HAZELCAST_INSTANCE_CONF |
"camel.component.hazelcast-seda.hazelcastInstance" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_INSTANCE_DOC |
"The hazelcast instance reference which can be used for hazelcast endpoint. If you don\'t specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance." |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_MODE_CONF |
"camel.component.hazelcast-seda.hazelcastMode" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_MODE_DEFAULT |
"node" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_COMPONENT_HAZELCAST_MODE_DOC |
"The hazelcast mode reference which kind of instance should be used. If you don\'t specify the mode, then the node mode will be the default." |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_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_HAZELCASTSEDA_ENDPOINT_CONCURRENT_CONSUMERS_CONF |
"camel.source.endpoint.concurrentConsumers" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_CONCURRENT_CONSUMERS_DOC |
"To use concurrent consumers polling from the SEDA queue." |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_DEFAULT_OPERATION_CONF |
"camel.source.endpoint.defaultOperation" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_DEFAULT_OPERATION_DOC |
"To specify a default operation to use, if no operation header has been provided. One of: [put] [delete] [get] [update] [query] [getAll] [clear] [putIfAbsent] [allAll] [removeAll] [retainAll] [evict] [evictAll] [valueCount] [containsKey] [containsValue] [keySet] [removevalue] [increment] [decrement] [setvalue] [destroy] [compareAndSet] [getAndAdd] [add] [offer] [peek] [poll] [remainingCapacity] [drainTo] [removeIf] [take] [publish] [readOnceHeal] [readOnceTail] [capacity]" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_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_HAZELCASTSEDA_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_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_HAZELCASTSEDA_ENDPOINT_HAZELCAST_INSTANCE_CONF |
"camel.source.endpoint.hazelcastInstance" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_HAZELCAST_INSTANCE_DOC |
"The hazelcast instance reference which can be used for hazelcast endpoint." |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_HAZELCAST_INSTANCE_NAME_CONF |
"camel.source.endpoint.hazelcastInstanceName" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_HAZELCAST_INSTANCE_NAME_DOC |
"The hazelcast instance reference name which can be used for hazelcast endpoint. If you don\'t specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance." |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_ON_ERROR_DELAY_CONF |
"camel.source.endpoint.onErrorDelay" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_ON_ERROR_DELAY_DOC |
"Milliseconds before consumer continues polling after an error has occurred." |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_POLL_TIMEOUT_CONF |
"camel.source.endpoint.pollTimeout" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_POLL_TIMEOUT_DOC |
"The timeout used when consuming from the SEDA queue. When a timeout occurs, the consumer can check whether it is allowed to continue running. Setting a lower value allows the consumer to react more quickly upon shutdown." |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSACTED_CONF |
"camel.source.endpoint.transacted" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSACTED_DOC |
"If set to true then the consumer runs in transaction mode, where the messages in the seda queue will only be removed if the transaction commits, which happens when the processing is complete." |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSFER_EXCHANGE_CONF |
"camel.source.endpoint.transferExchange" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_ENDPOINT_TRANSFER_EXCHANGE_DOC |
"If set to true the whole Exchange will be transfered. If header or body contains not serializable objects, they will be skipped." |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_PATH_CACHE_NAME_CONF |
"camel.source.path.cacheName" |
public static final String |
CAMEL_SOURCE_HAZELCASTSEDA_PATH_CACHE_NAME_DOC |
"The name of the cache" |