Skip to content

Jakarta Messaging API channel binding

Contains information about the channel representation in Jakarta Messaging API.

Structure

copy
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/jms/0.0.1/channel.json"
title:"Channel Schema"
description:"This object contains configuration for describing a JMS queue, or FIFO queue as an AsyncAPI channel. This objects only contains configuration that can not be provided in the AsyncAPI standard channel object."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
examples:[...]
}

Examples

json
{
    "destination":     "user-signed-up",
    "destinationType": "fifo-queue",
    "bindingVersion":  "0.0.1"
}

Changelog

Good news, nothing was changed