blob: 04e1efc7226ce0c113fa325ff82bdfcfa5696ca2 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.quickfix.CamelQuickfixSinkConnector",
"artifactId": "camel-quickfix-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-quickfix-sink",
"type": "sink",
"version": "0.7.3",
"description": "Open a Financial Interchange (FIX) session using an embedded QuickFix\/J engine."
},
"properties": {
"camel.sink.path.configurationName": {
"name": "camel.sink.path.configurationName",
"description": "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",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.lazyCreateEngine": {
"name": "camel.sink.endpoint.lazyCreateEngine",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sessionID": {
"name": "camel.sink.endpoint.sessionID",
"description": "The optional sessionID identifies a specific FIX session. The format of the sessionID is: (BeginString):(SenderCompID)\/(SenderSubID)\/(SenderLocationID)-(TargetCompID)\/(TargetSubID)\/(TargetLocationID)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.quickfix.lazyCreateEngines": {
"name": "camel.component.quickfix.lazyCreateEngines",
"description": "If set to true, the engines will be created and started when needed (when first message is send)",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.quickfix.lazyStartProducer": {
"name": "camel.component.quickfix.lazyStartProducer",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.quickfix.autowiredEnabled": {
"name": "camel.component.quickfix.autowiredEnabled",
"description": "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.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.quickfix.logFactory": {
"name": "camel.component.quickfix.logFactory",
"description": "To use the given LogFactory",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.quickfix.messageFactory": {
"name": "camel.component.quickfix.messageFactory",
"description": "To use the given MessageFactory",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.quickfix.messageStoreFactory": {
"name": "camel.component.quickfix.messageStoreFactory",
"description": "To use the given MessageStoreFactory",
"priority": "MEDIUM",
"required": "false"
}
}
}