JMSConnectionFactory

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
name string Connection factory name
JNDIName string JNDI name
subDeploymentName string Sub-deployment name for targeting
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-jmsconnectionfactory-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JMSConnectionFactory",
  "title": "JMSConnectionFactory",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Connection factory name"
    },
    "JNDIName": {
      "type": "string",
      "description": "JNDI name"
    },
    "subDeploymentName": {
      "type": "string",
      "description": "Sub-deployment name for targeting"
    }
  }
}