| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_QUICKFIX_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.quickfix.basicPropertyBinding" |
public static final String |
CAMEL_SINK_QUICKFIX_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_QUICKFIX_COMPONENT_LAZY_CREATE_ENGINES_CONF |
"camel.component.quickfix.lazyCreateEngines" |
public static final String |
CAMEL_SINK_QUICKFIX_COMPONENT_LAZY_CREATE_ENGINES_DOC |
"If set to true, the engines will be created and started when needed (when first message is send)" |
public static final String |
CAMEL_SINK_QUICKFIX_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.quickfix.lazyStartProducer" |
public static final String |
CAMEL_SINK_QUICKFIX_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_QUICKFIX_COMPONENT_LOG_FACTORY_CONF |
"camel.component.quickfix.logFactory" |
public static final String |
CAMEL_SINK_QUICKFIX_COMPONENT_LOG_FACTORY_DOC |
"To use the given LogFactory" |
public static final String |
CAMEL_SINK_QUICKFIX_COMPONENT_MESSAGE_FACTORY_CONF |
"camel.component.quickfix.messageFactory" |
public static final String |
CAMEL_SINK_QUICKFIX_COMPONENT_MESSAGE_FACTORY_DOC |
"To use the given MessageFactory" |
public static final String |
CAMEL_SINK_QUICKFIX_COMPONENT_MESSAGE_STORE_FACTORY_CONF |
"camel.component.quickfix.messageStoreFactory" |
public static final String |
CAMEL_SINK_QUICKFIX_COMPONENT_MESSAGE_STORE_FACTORY_DOC |
"To use the given MessageStoreFactory" |
public static final String |
CAMEL_SINK_QUICKFIX_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_QUICKFIX_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_QUICKFIX_ENDPOINT_LAZY_CREATE_ENGINE_CONF |
"camel.sink.endpoint.lazyCreateEngine" |
public static final String |
CAMEL_SINK_QUICKFIX_ENDPOINT_LAZY_CREATE_ENGINE_DOC |
"This option allows to create QuickFIX/J engine on demand. Value true means the engine is started when first message is send or there\'s consumer configured in route definition. When false value is used, the engine is started at the endpoint creation. When this parameter is missing, the value of component\'s property lazyCreateEngines is being used." |
public static final String |
CAMEL_SINK_QUICKFIX_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_QUICKFIX_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_QUICKFIX_ENDPOINT_SESSION_IDCONF |
"camel.sink.endpoint.sessionID" |
public static final String |
CAMEL_SINK_QUICKFIX_ENDPOINT_SESSION_IDDOC |
"The optional sessionID identifies a specific FIX session. The format of the sessionID is: (BeginString):(SenderCompID)/(SenderSubID)/(SenderLocationID)-(TargetCompID)/(TargetSubID)/(TargetLocationID)" |
public static final String |
CAMEL_SINK_QUICKFIX_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_QUICKFIX_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_QUICKFIX_PATH_CONFIGURATION_NAME_CONF |
"camel.sink.path.configurationName" |
public static final String |
CAMEL_SINK_QUICKFIX_PATH_CONFIGURATION_NAME_DOC |
"Path to the quickfix configuration file. You can prefix with: classpath, file, http, ref, or bean. classpath, file and http loads the configuration file using these protocols (classpath is default). ref will lookup the configuration file in the registry. bean will call a method on a bean to be used as the configuration. For bean you can specify the method name after dot, eg bean:myBean.myMethod" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_QUICKFIX_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.quickfix.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_QUICKFIX_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_QUICKFIX_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.quickfix.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_QUICKFIX_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_QUICKFIX_COMPONENT_LAZY_CREATE_ENGINES_CONF |
"camel.component.quickfix.lazyCreateEngines" |
public static final String |
CAMEL_SOURCE_QUICKFIX_COMPONENT_LAZY_CREATE_ENGINES_DOC |
"If set to true, the engines will be created and started when needed (when first message is send)" |
public static final String |
CAMEL_SOURCE_QUICKFIX_COMPONENT_LOG_FACTORY_CONF |
"camel.component.quickfix.logFactory" |
public static final String |
CAMEL_SOURCE_QUICKFIX_COMPONENT_LOG_FACTORY_DOC |
"To use the given LogFactory" |
public static final String |
CAMEL_SOURCE_QUICKFIX_COMPONENT_MESSAGE_FACTORY_CONF |
"camel.component.quickfix.messageFactory" |
public static final String |
CAMEL_SOURCE_QUICKFIX_COMPONENT_MESSAGE_FACTORY_DOC |
"To use the given MessageFactory" |
public static final String |
CAMEL_SOURCE_QUICKFIX_COMPONENT_MESSAGE_STORE_FACTORY_CONF |
"camel.component.quickfix.messageStoreFactory" |
public static final String |
CAMEL_SOURCE_QUICKFIX_COMPONENT_MESSAGE_STORE_FACTORY_DOC |
"To use the given MessageStoreFactory" |
public static final String |
CAMEL_SOURCE_QUICKFIX_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.source.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SOURCE_QUICKFIX_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_QUICKFIX_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_QUICKFIX_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_QUICKFIX_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_QUICKFIX_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_QUICKFIX_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_QUICKFIX_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_QUICKFIX_ENDPOINT_LAZY_CREATE_ENGINE_CONF |
"camel.source.endpoint.lazyCreateEngine" |
public static final String |
CAMEL_SOURCE_QUICKFIX_ENDPOINT_LAZY_CREATE_ENGINE_DOC |
"This option allows to create QuickFIX/J engine on demand. Value true means the engine is started when first message is send or there\'s consumer configured in route definition. When false value is used, the engine is started at the endpoint creation. When this parameter is missing, the value of component\'s property lazyCreateEngines is being used." |
public static final String |
CAMEL_SOURCE_QUICKFIX_ENDPOINT_SESSION_IDCONF |
"camel.source.endpoint.sessionID" |
public static final String |
CAMEL_SOURCE_QUICKFIX_ENDPOINT_SESSION_IDDOC |
"The optional sessionID identifies a specific FIX session. The format of the sessionID is: (BeginString):(SenderCompID)/(SenderSubID)/(SenderLocationID)-(TargetCompID)/(TargetSubID)/(TargetLocationID)" |
public static final String |
CAMEL_SOURCE_QUICKFIX_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_QUICKFIX_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_QUICKFIX_PATH_CONFIGURATION_NAME_CONF |
"camel.source.path.configurationName" |
public static final String |
CAMEL_SOURCE_QUICKFIX_PATH_CONFIGURATION_NAME_DOC |
"Path to the quickfix configuration file. You can prefix with: classpath, file, http, ref, or bean. classpath, file and http loads the configuration file using these protocols (classpath is default). ref will lookup the configuration file in the registry. bean will call a method on a bean to be used as the configuration. For bean you can specify the method name after dot, eg bean:myBean.myMethod" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.