public static final String |
CAMEL_SOURCE_JPA_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.jpa.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_JPA_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_JPA_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.jpa.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_JPA_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_JPA_COMPONENT_ENTITY_MANAGER_FACTORY_CONF |
"camel.component.jpa.entityManagerFactory" |
public static final String |
CAMEL_SOURCE_JPA_COMPONENT_ENTITY_MANAGER_FACTORY_DOC |
"To use the EntityManagerFactory. This is strongly recommended to configure." |
public static final String |
CAMEL_SOURCE_JPA_COMPONENT_JOIN_TRANSACTION_CONF |
"camel.component.jpa.joinTransaction" |
public static final String |
CAMEL_SOURCE_JPA_COMPONENT_JOIN_TRANSACTION_DOC |
"The camel-jpa component will join transaction by default. You can use this option to turn this off, for example if you use LOCAL_RESOURCE and join transaction doesn\'t work with your JPA provider. This option can also be set globally on the JpaComponent, instead of having to set it on all endpoints." |
public static final String |
CAMEL_SOURCE_JPA_COMPONENT_SHARED_ENTITY_MANAGER_CONF |
"camel.component.jpa.sharedEntityManager" |
public static final String |
CAMEL_SOURCE_JPA_COMPONENT_SHARED_ENTITY_MANAGER_DOC |
"Whether to use Spring\'s SharedEntityManager for the consumer/producer. Note in most cases joinTransaction should be set to false as this is not an EXTENDED EntityManager." |
public static final String |
CAMEL_SOURCE_JPA_COMPONENT_TRANSACTION_MANAGER_CONF |
"camel.component.jpa.transactionManager" |
public static final String |
CAMEL_SOURCE_JPA_COMPONENT_TRANSACTION_MANAGER_DOC |
"To use the PlatformTransactionManager for managing transactions." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_BACKOFF_ERROR_THRESHOLD_CONF |
"camel.source.endpoint.backoffErrorThreshold" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_BACKOFF_ERROR_THRESHOLD_DOC |
"The number of subsequent error polls (failed due some error) that should happen before the backoffMultipler should kick-in." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_BACKOFF_IDLE_THRESHOLD_CONF |
"camel.source.endpoint.backoffIdleThreshold" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_BACKOFF_IDLE_THRESHOLD_DOC |
"The number of subsequent idle polls that should happen before the backoffMultipler should kick-in." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_BACKOFF_MULTIPLIER_CONF |
"camel.source.endpoint.backoffMultiplier" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_BACKOFF_MULTIPLIER_DOC |
"To let the scheduled polling consumer backoff if there has been a number of subsequent idles/errors in a row. The multiplier is then the number of polls that will be skipped before the next actual attempt is happening again. When this option is in use then backoffIdleThreshold and/or backoffErrorThreshold must also be configured." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_JPA_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_JPA_ENDPOINT_CONSUME_DELETE_CONF |
"camel.source.endpoint.consumeDelete" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_CONSUME_DELETE_DOC |
"If true, the entity is deleted after it is consumed; if false, the entity is not deleted." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_CONSUME_LOCK_ENTITY_CONF |
"camel.source.endpoint.consumeLockEntity" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_CONSUME_LOCK_ENTITY_DOC |
"Specifies whether or not to set an exclusive lock on each entity bean while processing the results from polling." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_DELAY_CONF |
"camel.source.endpoint.delay" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_DELAY_DOC |
"Milliseconds before the next poll." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_DELETE_HANDLER_CONF |
"camel.source.endpoint.deleteHandler" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_DELETE_HANDLER_DOC |
"To use a custom DeleteHandler to delete the row after the consumer is done processing the exchange" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_ENTITY_MANAGER_PROPERTIES_CONF |
"camel.source.endpoint.entityManagerProperties" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_ENTITY_MANAGER_PROPERTIES_DOC |
"Additional properties for the entity manager to use." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_JPA_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_JPA_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_JPA_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_JPA_ENDPOINT_GREEDY_CONF |
"camel.source.endpoint.greedy" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_GREEDY_DOC |
"If greedy is enabled, then the ScheduledPollConsumer will run immediately again, if the previous run polled 1 or more messages." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_INITIAL_DELAY_CONF |
"camel.source.endpoint.initialDelay" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_INITIAL_DELAY_DOC |
"Milliseconds before the first poll starts." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_JOIN_TRANSACTION_CONF |
"camel.source.endpoint.joinTransaction" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_JOIN_TRANSACTION_DOC |
"The camel-jpa component will join transaction by default. You can use this option to turn this off, for example if you use LOCAL_RESOURCE and join transaction doesn\'t work with your JPA provider. This option can also be set globally on the JpaComponent, instead of having to set it on all endpoints." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_LOCK_MODE_TYPE_CONF |
"camel.source.endpoint.lockModeType" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_LOCK_MODE_TYPE_DEFAULT |
"PESSIMISTIC_WRITE" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_LOCK_MODE_TYPE_DOC |
"To configure the lock mode on the consumer. One of: [READ] [WRITE] [OPTIMISTIC] [OPTIMISTIC_FORCE_INCREMENT] [PESSIMISTIC_READ] [PESSIMISTIC_WRITE] [PESSIMISTIC_FORCE_INCREMENT] [NONE]" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_MAX_MESSAGES_PER_POLL_CONF |
"camel.source.endpoint.maxMessagesPerPoll" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_MAX_MESSAGES_PER_POLL_DOC |
"An integer value to define the maximum number of messages to gather per poll. By default, no maximum is set. Can be used to avoid polling many thousands of messages when starting up the server. Set a value of 0 or negative to disable." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_MAXIMUM_RESULTS_CONF |
"camel.source.endpoint.maximumResults" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_MAXIMUM_RESULTS_DOC |
"Set the maximum number of results to retrieve on the Query." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_NAMED_QUERY_CONF |
"camel.source.endpoint.namedQuery" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_NAMED_QUERY_DOC |
"To use a named query." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_NATIVE_QUERY_CONF |
"camel.source.endpoint.nativeQuery" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_NATIVE_QUERY_DOC |
"To use a custom native query. You may want to use the option resultClass also when using native queries." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_PARAMETERS_CONF |
"camel.source.endpoint.parameters" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_PARAMETERS_DOC |
"This key/value mapping is used for building the query parameters. It is expected to be of the generic type java.util.Map where the keys are the named parameters of a given JPA query and the values are their corresponding effective values you want to select for. When it\'s used for producer, Simple expression can be used as a parameter value. It allows you to retrieve parameter values from the message body, header and etc." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_PERSISTENCE_UNIT_CONF |
"camel.source.endpoint.persistenceUnit" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_PERSISTENCE_UNIT_DEFAULT |
"camel" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_PERSISTENCE_UNIT_DOC |
"The JPA persistence unit used by default." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_POLL_STRATEGY_CONF |
"camel.source.endpoint.pollStrategy" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_POLL_STRATEGY_DOC |
"A pluggable org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your custom implementation to control error handling usually occurred during the poll operation before an Exchange have been created and being routed in Camel." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_PRE_DELETE_HANDLER_CONF |
"camel.source.endpoint.preDeleteHandler" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_PRE_DELETE_HANDLER_DOC |
"To use a custom Pre-DeleteHandler to delete the row after the consumer has read the entity." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_QUERY_CONF |
"camel.source.endpoint.query" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_QUERY_DOC |
"To use a custom query." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_REPEAT_COUNT_CONF |
"camel.source.endpoint.repeatCount" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_REPEAT_COUNT_DOC |
"Specifies a maximum limit of number of fires. So if you set it to 1, the scheduler will only fire once. If you set it to 5, it will only fire five times. A value of zero or negative means fire forever." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_RESULT_CLASS_CONF |
"camel.source.endpoint.resultClass" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_RESULT_CLASS_DOC |
"Defines the type of the returned payload (we will call entityManager.createNativeQuery(nativeQuery, resultClass) instead of entityManager.createNativeQuery(nativeQuery)). Without this option, we will return an object array. Only has an affect when using in conjunction with native query when consuming data." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_RUN_LOGGING_LEVEL_CONF |
"camel.source.endpoint.runLoggingLevel" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_RUN_LOGGING_LEVEL_DEFAULT |
"TRACE" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_RUN_LOGGING_LEVEL_DOC |
"The consumer logs a start/complete log line when it polls. This option allows you to configure the logging level for that. One of: [TRACE] [DEBUG] [INFO] [WARN] [ERROR] [OFF]" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SCHEDULED_EXECUTOR_SERVICE_CONF |
"camel.source.endpoint.scheduledExecutorService" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SCHEDULED_EXECUTOR_SERVICE_DOC |
"Allows for configuring a custom/shared thread pool to use for the consumer. By default each consumer has its own single threaded thread pool." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SCHEDULER_CONF |
"camel.source.endpoint.scheduler" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SCHEDULER_DEFAULT |
"none" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SCHEDULER_DOC |
"To use a cron scheduler from either camel-spring or camel-quartz component. Use value spring or quartz for built in scheduler" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SCHEDULER_PROPERTIES_CONF |
"camel.source.endpoint.schedulerProperties" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SCHEDULER_PROPERTIES_DOC |
"To configure additional properties when using a custom scheduler or any of the Quartz, Spring based scheduler." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SEND_EMPTY_MESSAGE_WHEN_IDLE_CONF |
"camel.source.endpoint.sendEmptyMessageWhenIdle" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SEND_EMPTY_MESSAGE_WHEN_IDLE_DOC |
"If the polling consumer did not poll any files, you can enable this option to send an empty message (no body) instead." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SHARED_ENTITY_MANAGER_CONF |
"camel.source.endpoint.sharedEntityManager" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SHARED_ENTITY_MANAGER_DOC |
"Whether to use Spring\'s SharedEntityManager for the consumer/producer. Note in most cases joinTransaction should be set to false as this is not an EXTENDED EntityManager." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SKIP_LOCKED_ENTITY_CONF |
"camel.source.endpoint.skipLockedEntity" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_SKIP_LOCKED_ENTITY_DOC |
"To configure whether to use NOWAIT on lock and silently skip the entity." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_START_SCHEDULER_CONF |
"camel.source.endpoint.startScheduler" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_START_SCHEDULER_DOC |
"Whether the scheduler should be auto started." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_TIME_UNIT_CONF |
"camel.source.endpoint.timeUnit" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_TIME_UNIT_DEFAULT |
"MILLISECONDS" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_TIME_UNIT_DOC |
"Time unit for initialDelay and delay options. One of: [NANOSECONDS] [MICROSECONDS] [MILLISECONDS] [SECONDS] [MINUTES] [HOURS] [DAYS]" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_TRANSACTED_CONF |
"camel.source.endpoint.transacted" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_TRANSACTED_DOC |
"Whether to run the consumer in transacted mode, by which all messages will either commit or rollback, when the entire batch has been processed. The default behavior (false) is to commit all the previously successfully processed messages, and only rollback the last failed message." |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_USE_FIXED_DELAY_CONF |
"camel.source.endpoint.useFixedDelay" |
public static final String |
CAMEL_SOURCE_JPA_ENDPOINT_USE_FIXED_DELAY_DOC |
"Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details." |
public static final String |
CAMEL_SOURCE_JPA_PATH_ENTITY_TYPE_CONF |
"camel.source.path.entityType" |
public static final String |
CAMEL_SOURCE_JPA_PATH_ENTITY_TYPE_DOC |
"Entity class name" |