blob: c58d5b001521f2f5007e2cd30f8c3ce466b1fc09 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awssqs.CamelAwssqsSinkConnector",
"artifactId": "camel-aws-sqs-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-sqs-sink",
"type": "sink",
"version": "0.7.0",
"description": "Sending and receive messages to\/from AWS SQS service."
},
"properties": {
"camel.sink.path.queueNameOrArn": {
"name": "camel.sink.path.queueNameOrArn",
"description": "Queue name or ARN",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.amazonAWSHost": {
"name": "camel.sink.endpoint.amazonAWSHost",
"description": "The hostname of the Amazon AWS cloud.",
"defaultValue": "\"amazonaws.com\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.amazonSQSClient": {
"name": "camel.sink.endpoint.amazonSQSClient",
"description": "To use the AmazonSQS as client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.autoCreateQueue": {
"name": "camel.sink.endpoint.autoCreateQueue",
"description": "Setting the autocreation of the queue",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.autoDiscoverClient": {
"name": "camel.sink.endpoint.autoDiscoverClient",
"description": "Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.headerFilterStrategy": {
"name": "camel.sink.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to map headers to\/from Camel.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.protocol": {
"name": "camel.sink.endpoint.protocol",
"description": "The underlying protocol used to communicate with SQS",
"defaultValue": "\"https\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyProtocol": {
"name": "camel.sink.endpoint.proxyProtocol",
"description": "To define a proxy protocol when instantiating the SQS client One of: [HTTP] [HTTPS]",
"defaultValue": "\"HTTPS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"HTTP",
"HTTPS"
]
},
"camel.sink.endpoint.queueOwnerAWSAccountId": {
"name": "camel.sink.endpoint.queueOwnerAWSAccountId",
"description": "Specify the queue owner aws account id when you need to connect the queue with different account owner.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.region": {
"name": "camel.sink.endpoint.region",
"description": "Specify the queue region which could be used with queueOwnerAWSAccountId to build the service URL. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You'll need to use the name Regions.EU_WEST_1.name()",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.delaySeconds": {
"name": "camel.sink.endpoint.delaySeconds",
"description": "Delay sending messages for a number of seconds.",
"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.messageDeduplicationIdStrategy": {
"name": "camel.sink.endpoint.messageDeduplicationIdStrategy",
"description": "Only for FIFO queues. Strategy for setting the messageDeduplicationId on the message. Can be one of the following options: useExchangeId, useContentBasedDeduplication. For the useContentBasedDeduplication option, no messageDeduplicationId will be set on the message. One of: [useExchangeId] [useContentBasedDeduplication]",
"defaultValue": "\"useExchangeId\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"useExchangeId",
"useContentBasedDeduplication"
]
},
"camel.sink.endpoint.messageGroupIdStrategy": {
"name": "camel.sink.endpoint.messageGroupIdStrategy",
"description": "Only for FIFO queues. Strategy for setting the messageGroupId on the message. Can be one of the following options: useConstant, useExchangeId, usePropertyValue. For the usePropertyValue option, the value of property CamelAwsMessageGroupId will be used. One of: [useConstant] [useExchangeId] [usePropertyValue]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"useConstant",
"useExchangeId",
"usePropertyValue"
]
},
"camel.sink.endpoint.operation": {
"name": "camel.sink.endpoint.operation",
"description": "The operation to do in case the user don't want to send only a message One of: [sendBatchMessage] [deleteMessage] [listQueues]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"sendBatchMessage",
"deleteMessage",
"listQueues"
]
},
"camel.sink.endpoint.delayQueue": {
"name": "camel.sink.endpoint.delayQueue",
"description": "Define if you want to apply delaySeconds option to the queue or on single messages",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.queueUrl": {
"name": "camel.sink.endpoint.queueUrl",
"description": "To define the queueUrl explicitly. All other parameters, which would influence the queueUrl, are ignored. This parameter is intended to be used, to connect to a mock implementation of SQS, for testing purposes.",
"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.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "To define a proxy host when instantiating the SQS client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "To define a proxy port when instantiating the SQS client",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.maximumMessageSize": {
"name": "camel.sink.endpoint.maximumMessageSize",
"description": "The maximumMessageSize (in bytes) an SQS message can contain for this queue.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.messageRetentionPeriod": {
"name": "camel.sink.endpoint.messageRetentionPeriod",
"description": "The messageRetentionPeriod (in seconds) a message will be retained by SQS for this queue.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.policy": {
"name": "camel.sink.endpoint.policy",
"description": "The policy for this queue",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.receiveMessageWaitTimeSeconds": {
"name": "camel.sink.endpoint.receiveMessageWaitTimeSeconds",
"description": "If you do not specify WaitTimeSeconds in the request, the queue attribute ReceiveMessageWaitTimeSeconds is used to determine how long to wait.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.redrivePolicy": {
"name": "camel.sink.endpoint.redrivePolicy",
"description": "Specify the policy that send message to DeadLetter queue. See detail at Amazon docs.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.accessKey": {
"name": "camel.sink.endpoint.accessKey",
"description": "Amazon AWS Access Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.secretKey": {
"name": "camel.sink.endpoint.secretKey",
"description": "Amazon AWS Secret Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.amazonAWSHost": {
"name": "camel.component.aws-sqs.amazonAWSHost",
"description": "The hostname of the Amazon AWS cloud.",
"defaultValue": "\"amazonaws.com\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.amazonSQSClient": {
"name": "camel.component.aws-sqs.amazonSQSClient",
"description": "To use the AmazonSQS as client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.autoCreateQueue": {
"name": "camel.component.aws-sqs.autoCreateQueue",
"description": "Setting the autocreation of the queue",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.autoDiscoverClient": {
"name": "camel.component.aws-sqs.autoDiscoverClient",
"description": "Setting the autoDiscoverClient mechanism, if true, the component will look for a client instance in the registry automatically otherwise it will skip that checking.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.configuration": {
"name": "camel.component.aws-sqs.configuration",
"description": "The component configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.protocol": {
"name": "camel.component.aws-sqs.protocol",
"description": "The underlying protocol used to communicate with SQS",
"defaultValue": "\"https\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.proxyProtocol": {
"name": "camel.component.aws-sqs.proxyProtocol",
"description": "To define a proxy protocol when instantiating the SQS client One of: [HTTP] [HTTPS]",
"defaultValue": "\"HTTPS\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"HTTP",
"HTTPS"
]
},
"camel.component.aws-sqs.queueOwnerAWSAccountId": {
"name": "camel.component.aws-sqs.queueOwnerAWSAccountId",
"description": "Specify the queue owner aws account id when you need to connect the queue with different account owner.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.region": {
"name": "camel.component.aws-sqs.region",
"description": "Specify the queue region which could be used with queueOwnerAWSAccountId to build the service URL. When using this parameter, the configuration will expect the capitalized name of the region (for example AP_EAST_1) You'll need to use the name Regions.EU_WEST_1.name()",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.delaySeconds": {
"name": "camel.component.aws-sqs.delaySeconds",
"description": "Delay sending messages for a number of seconds.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.lazyStartProducer": {
"name": "camel.component.aws-sqs.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.aws-sqs.messageDeduplicationIdStrategy": {
"name": "camel.component.aws-sqs.messageDeduplicationIdStrategy",
"description": "Only for FIFO queues. Strategy for setting the messageDeduplicationId on the message. Can be one of the following options: useExchangeId, useContentBasedDeduplication. For the useContentBasedDeduplication option, no messageDeduplicationId will be set on the message. One of: [useExchangeId] [useContentBasedDeduplication]",
"defaultValue": "\"useExchangeId\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"useExchangeId",
"useContentBasedDeduplication"
]
},
"camel.component.aws-sqs.messageGroupIdStrategy": {
"name": "camel.component.aws-sqs.messageGroupIdStrategy",
"description": "Only for FIFO queues. Strategy for setting the messageGroupId on the message. Can be one of the following options: useConstant, useExchangeId, usePropertyValue. For the usePropertyValue option, the value of property CamelAwsMessageGroupId will be used. One of: [useConstant] [useExchangeId] [usePropertyValue]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"useConstant",
"useExchangeId",
"usePropertyValue"
]
},
"camel.component.aws-sqs.operation": {
"name": "camel.component.aws-sqs.operation",
"description": "The operation to do in case the user don't want to send only a message One of: [sendBatchMessage] [deleteMessage] [listQueues]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"sendBatchMessage",
"deleteMessage",
"listQueues"
]
},
"camel.component.aws-sqs.autowiredEnabled": {
"name": "camel.component.aws-sqs.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.aws-sqs.delayQueue": {
"name": "camel.component.aws-sqs.delayQueue",
"description": "Define if you want to apply delaySeconds option to the queue or on single messages",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.queueUrl": {
"name": "camel.component.aws-sqs.queueUrl",
"description": "To define the queueUrl explicitly. All other parameters, which would influence the queueUrl, are ignored. This parameter is intended to be used, to connect to a mock implementation of SQS, for testing purposes.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.proxyHost": {
"name": "camel.component.aws-sqs.proxyHost",
"description": "To define a proxy host when instantiating the SQS client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.proxyPort": {
"name": "camel.component.aws-sqs.proxyPort",
"description": "To define a proxy port when instantiating the SQS client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.maximumMessageSize": {
"name": "camel.component.aws-sqs.maximumMessageSize",
"description": "The maximumMessageSize (in bytes) an SQS message can contain for this queue.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.messageRetentionPeriod": {
"name": "camel.component.aws-sqs.messageRetentionPeriod",
"description": "The messageRetentionPeriod (in seconds) a message will be retained by SQS for this queue.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.policy": {
"name": "camel.component.aws-sqs.policy",
"description": "The policy for this queue",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.receiveMessageWaitTimeSeconds": {
"name": "camel.component.aws-sqs.receiveMessageWaitTimeSeconds",
"description": "If you do not specify WaitTimeSeconds in the request, the queue attribute ReceiveMessageWaitTimeSeconds is used to determine how long to wait.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.redrivePolicy": {
"name": "camel.component.aws-sqs.redrivePolicy",
"description": "Specify the policy that send message to DeadLetter queue. See detail at Amazon docs.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.accessKey": {
"name": "camel.component.aws-sqs.accessKey",
"description": "Amazon AWS Access Key",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.aws-sqs.secretKey": {
"name": "camel.component.aws-sqs.secretKey",
"description": "Amazon AWS Secret Key",
"priority": "MEDIUM",
"required": "false"
}
}
}