JMSDistributedQueue

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
name string Distributed queue name
JNDIName string JNDI name
subDeploymentName string
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-jmsdistributedqueue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JMSDistributedQueue",
  "title": "JMSDistributedQueue",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Distributed queue name"
    },
    "JNDIName": {
      "type": "string",
      "description": "JNDI name"
    },
    "subDeploymentName": {
      "type": "string"
    }
  }
}