blob: 829f4fcb606bd358e77c5a08356ed9b4d96cb2c3 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.stomp.CamelStompSinkConnector",
"artifactId": "camel-stomp-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-stomp-sink",
"type": "sink",
"version": "0.7.2",
"description": "Send and rececive messages to\/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers."
},
"properties": {
"camel.sink.path.destination": {
"name": "camel.sink.path.destination",
"description": "Name of the queue",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.brokerURL": {
"name": "camel.sink.endpoint.brokerURL",
"description": "The URI of the Stomp broker to connect to",
"defaultValue": "\"tcp:\/\/localhost:61613\"",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.customHeaders": {
"name": "camel.sink.endpoint.customHeaders",
"description": "To set custom headers",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.host": {
"name": "camel.sink.endpoint.host",
"description": "The virtual host name",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.version": {
"name": "camel.sink.endpoint.version",
"description": "The stomp version (1.1, or 1.2)",
"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.headerFilterStrategy": {
"name": "camel.sink.endpoint.headerFilterStrategy",
"description": "To use a custom HeaderFilterStrategy to filter header to and from Camel message.",
"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.login": {
"name": "camel.sink.endpoint.login",
"description": "The username",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.passcode": {
"name": "camel.sink.endpoint.passcode",
"description": "The password",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sslContextParameters": {
"name": "camel.sink.endpoint.sslContextParameters",
"description": "To configure security using SSLContextParameters",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.stomp.brokerURL": {
"name": "camel.component.stomp.brokerURL",
"description": "The URI of the Stomp broker to connect to",
"defaultValue": "\"tcp:\/\/localhost:61613\"",
"priority": "HIGH",
"required": "true"
},
"camel.component.stomp.customHeaders": {
"name": "camel.component.stomp.customHeaders",
"description": "To set custom headers",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.stomp.host": {
"name": "camel.component.stomp.host",
"description": "The virtual host name",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.stomp.version": {
"name": "camel.component.stomp.version",
"description": "The stomp version (1.1, or 1.2)",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.stomp.lazyStartProducer": {
"name": "camel.component.stomp.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.stomp.autowiredEnabled": {
"name": "camel.component.stomp.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.stomp.configuration": {
"name": "camel.component.stomp.configuration",
"description": "Component configuration.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.stomp.headerFilterStrategy": {
"name": "camel.component.stomp.headerFilterStrategy",
"description": "To use a custom org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel message.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.stomp.login": {
"name": "camel.component.stomp.login",
"description": "The username",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.stomp.passcode": {
"name": "camel.component.stomp.passcode",
"description": "The password",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.stomp.sslContextParameters": {
"name": "camel.component.stomp.sslContextParameters",
"description": "To configure security using SSLContextParameters",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.stomp.useGlobalSslContextParameters": {
"name": "camel.component.stomp.useGlobalSslContextParameters",
"description": "Enable usage of global SSL context parameters.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}