blob: 9be25bc716cb0c880cf24d51a3b755358cb47b00 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.jmx.CamelJmxSourceConnector",
"artifactId": "camel-jmx-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-jmx-source",
"type": "source",
"version": "0.7.0",
"description": "Receive JMX notifications."
},
"properties": {
"camel.source.path.serverURL": {
"name": "camel.source.path.serverURL",
"description": "Server url comes from the remaining endpoint. Use platform to connect to local JVM.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.bridgeErrorHandler": {
"name": "camel.source.endpoint.bridgeErrorHandler",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.format": {
"name": "camel.source.endpoint.format",
"description": "Format for the message body. Either xml or raw. If xml, the notification is serialized to xml. If raw, then the raw java object is set as the body. One of: [xml] [raw]",
"defaultValue": "\"xml\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"xml",
"raw"
]
},
"camel.source.endpoint.granularityPeriod": {
"name": "camel.source.endpoint.granularityPeriod",
"description": "The frequency to poll the bean to check the monitor (monitor types only).",
"defaultValue": "10000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.monitorType": {
"name": "camel.source.endpoint.monitorType",
"description": "The type of monitor to create. One of string, gauge, counter (monitor types only). One of: [counter] [gauge] [string]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"counter",
"gauge",
"string"
]
},
"camel.source.endpoint.objectDomain": {
"name": "camel.source.endpoint.objectDomain",
"description": "The domain for the mbean you're connecting to",
"priority": "HIGH",
"required": "true"
},
"camel.source.endpoint.objectName": {
"name": "camel.source.endpoint.objectName",
"description": "The name key for the mbean you're connecting to. This value is mutually exclusive with the object properties that get passed.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.observedAttribute": {
"name": "camel.source.endpoint.observedAttribute",
"description": "The attribute to observe for the monitor bean or consumer.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exceptionHandler": {
"name": "camel.source.endpoint.exceptionHandler",
"description": "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.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.exchangePattern": {
"name": "camel.source.endpoint.exchangePattern",
"description": "Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"InOnly",
"InOut",
"InOptionalOut"
]
},
"camel.source.endpoint.executorService": {
"name": "camel.source.endpoint.executorService",
"description": "To use a custom shared thread pool for the consumers. By default each consume has their own thread-pool to process and route notifications.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.handback": {
"name": "camel.source.endpoint.handback",
"description": "Value to handback to the listener when a notification is received. This value will be put in the message header with the key jmx.handback",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.notificationFilter": {
"name": "camel.source.endpoint.notificationFilter",
"description": "Reference to a bean that implements the NotificationFilter.",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.objectProperties": {
"name": "camel.source.endpoint.objectProperties",
"description": "Properties for the object name. These values will be used if the objectName param is not set",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.reconnectDelay": {
"name": "camel.source.endpoint.reconnectDelay",
"description": "The number of seconds to wait before attempting to retry establishment of the initial connection or attempt to reconnect a lost connection",
"defaultValue": "10",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.reconnectOnConnectionFailure": {
"name": "camel.source.endpoint.reconnectOnConnectionFailure",
"description": "If true the consumer will attempt to reconnect to the JMX server when any connection failure occurs. The consumer will attempt to re-establish the JMX connection every 'x' seconds until the connection is made-- where 'x' is the configured reconnectionDelay",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.synchronous": {
"name": "camel.source.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.source.endpoint.testConnectionOnStartup": {
"name": "camel.source.endpoint.testConnectionOnStartup",
"description": "If true the consumer will throw an exception if unable to establish the JMX connection upon startup. If false, the consumer will attempt to establish the JMX connection every 'x' seconds until the connection is made -- where 'x' is the configured reconnectionDelay",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.initThreshold": {
"name": "camel.source.endpoint.initThreshold",
"description": "Initial threshold for the monitor. The value must exceed this before notifications are fired (counter monitor only).",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.modulus": {
"name": "camel.source.endpoint.modulus",
"description": "The value at which the counter is reset to zero (counter monitor only).",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.offset": {
"name": "camel.source.endpoint.offset",
"description": "The amount to increment the threshold after it's been exceeded (counter monitor only).",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.differenceMode": {
"name": "camel.source.endpoint.differenceMode",
"description": "If true, then the value reported in the notification is the difference from the threshold as opposed to the value itself (counter and gauge monitor only).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.notifyHigh": {
"name": "camel.source.endpoint.notifyHigh",
"description": "If true, the gauge will fire a notification when the high threshold is exceeded (gauge monitor only).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.notifyLow": {
"name": "camel.source.endpoint.notifyLow",
"description": "If true, the gauge will fire a notification when the low threshold is exceeded (gauge monitor only).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.thresholdHigh": {
"name": "camel.source.endpoint.thresholdHigh",
"description": "Value for the gauge's high threshold (gauge monitor only).",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.thresholdLow": {
"name": "camel.source.endpoint.thresholdLow",
"description": "Value for the gauge's low threshold (gauge monitor only).",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.password": {
"name": "camel.source.endpoint.password",
"description": "Credentials for making a remote connection",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.user": {
"name": "camel.source.endpoint.user",
"description": "Credentials for making a remote connection",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.notifyDiffer": {
"name": "camel.source.endpoint.notifyDiffer",
"description": "If true, will fire a notification when the string attribute differs from the string to compare (string monitor or consumer). By default the consumer will notify match if observed attribute and string to compare has been configured.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.notifyMatch": {
"name": "camel.source.endpoint.notifyMatch",
"description": "If true, will fire a notification when the string attribute matches the string to compare (string monitor or consumer). By default the consumer will notify match if observed attribute and string to compare has been configured.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.source.endpoint.stringToCompare": {
"name": "camel.source.endpoint.stringToCompare",
"description": "Value for attribute to compare (string monitor or consumer). By default the consumer will notify match if observed attribute and string to compare has been configured.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jmx.bridgeErrorHandler": {
"name": "camel.component.jmx.bridgeErrorHandler",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jmx.autowiredEnabled": {
"name": "camel.component.jmx.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"
}
}
}