IBM WebSphere · JSON Structure

Websphere Mq Rest Message Structure

Type: object Properties: 9
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

Message is a JSON Structure definition published by IBM WebSphere, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

messageId correlationId putDateTime persistence replyToQueue replyToQueueManager expiry body format

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Message",
  "type": "object",
  "properties": {
    "messageId": {
      "type": "string"
    },
    "correlationId": {
      "type": "string"
    },
    "putDateTime": {
      "type": "string"
    },
    "persistence": {
      "type": "string"
    },
    "replyToQueue": {
      "type": "string"
    },
    "replyToQueueManager": {
      "type": "string"
    },
    "expiry": {
      "type": "integer"
    },
    "body": {
      "type": "string"
    },
    "format": {
      "type": "string"
    }
  }
}