All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ctivemq-respond-connector.1.2.9.source-code.camel-connector.json Maven / Gradle / Ivy

There is a newer version: 1.3.0-20180202
Show newest version
{
  "baseScheme" : "sjms",
  "baseGroupId" : "org.apache.camel",
  "baseArtifactId" : "camel-sjms",
  "baseVersion" : "2.20.1",
  "baseJavaType" : "org.apache.camel.component.sjms.SjmsComponent",
  "name" : "ActiveMQRespond",
  "scheme" : "activemq-respond",
  "javaType" : "io.syndesis.connector.jms.ActiveMQRespondComponent",
  "groupId" : "io.syndesis",
  "artifactId" : "activemq-respond-connector",
  "version" : "1.2.9",
  "description" : "Respond to requests using JMS Messages",
  "labels" : [ "jms" ],
  "pattern" : "From",
  "inputDataType" : "*",
  "outputDataType" : "*",
  "globalOptions" : [ "brokerUrl", "username", "password" ],
  "componentOptions" : [ "connectionCount" ],
  "endpointOptions" : [ "destinationType", "destinationName", "namedReplyTo", "persistent", "durableSubscriptionId", "messageSelector" ],
  "endpointValues" : {
    "exchangePattern" : "InOut"
  },
  "connectorProperties" : {
    "brokerUrl" : {
      "kind" : "property",
      "displayName" : "Broker URL",
      "group" : "common",
      "label" : "common",
      "required" : true,
      "type" : "string",
      "javaType" : "java.lang.String",
      "deprecated" : false,
      "secret" : false,
      "description" : "Broker URL"
    },
    "username" : {
      "kind" : "property",
      "displayName" : "User Name",
      "group" : "security",
      "label" : "common,security",
      "required" : false,
      "type" : "string",
      "javaType" : "java.lang.String",
      "deprecated" : false,
      "secret" : false,
      "description" : "Authorization credential user name"
    },
    "password" : {
      "kind" : "property",
      "displayName" : "Password",
      "group" : "security",
      "label" : "common,security",
      "required" : false,
      "type" : "string",
      "javaType" : "java.lang.String",
      "deprecated" : false,
      "secret" : true,
      "description" : "Authorization credential password"
    },
    "clientID" : {
      "kind" : "property",
      "displayName" : "Client ID",
      "group" : "security",
      "label" : "common,security",
      "required" : false,
      "type" : "string",
      "javaType" : "java.lang.String",
      "deprecated" : false,
      "secret" : false,
      "description" : "Client ID for durable subscriptions"
    },
    "skipCertificateCheck" : {
      "kind" : "property",
      "displayName" : "Skip Certificate Check",
      "group" : "security",
      "label" : "common,security",
      "required" : false,
      "type" : "boolean",
      "javaType" : "java.lang.Boolean",
      "deprecated" : false,
      "secret" : false,
      "description" : "Skip Certificate check for development environment"
    },
    "brokerCertificate" : {
      "kind" : "property",
      "displayName" : "Broker Certificate",
      "group" : "security",
      "label" : "common,security",
      "required" : false,
      "type" : "string",
      "javaType" : "java.lang.String",
      "deprecated" : false,
      "secret" : false,
      "description" : "AMQ Broker X.509 PEM Certificate"
    },
    "clientCertificate" : {
      "kind" : "property",
      "displayName" : "Client Certificate",
      "group" : "security",
      "label" : "common,security",
      "required" : false,
      "type" : "string",
      "javaType" : "java.lang.String",
      "deprecated" : false,
      "secret" : false,
      "description" : "AMQ Client X.509 PEM Certificate"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy