JMSRuntime

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
name string
connectionsCurrentCount integer Current JMS connections
connectionsHighCount integer
connectionsTotalCount integer
links array
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-jmsruntime-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JMSRuntime",
  "title": "JMSRuntime",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "connectionsCurrentCount": {
      "type": "integer",
      "description": "Current JMS connections"
    },
    "connectionsHighCount": {
      "type": "integer"
    },
    "connectionsTotalCount": {
      "type": "integer"
    },
    "links": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Link"
      }
    }
  }
}