Solace server binding
Contains information about the channel representation in Solace.
Structure
{
$schema:"http://json-schema.org/draft-07/schema#"
$id:"http://asyncapi.com/bindings/solace/0.3.0/server.json"
title:"Solace server bindings object"
description:"This object contains server connection information about the Solace broker. This object contains additional connectivity information not possible to represent within the core AsyncAPI specification."
type:"object"
additionalProperties:false
patternProperties:{...}
properties:{...}
examples:[...]
}Examples
json
{
"msgVpn": "ProdVPN",
"bindingVersion": "0.3.0"
}
Changelog
Changed
msvVpn
msvVpn
was renamed to msgVpn
due typo error
json
{
"msvVpn": {
"msgVpn": {
"type": "string",
"description": "The name of the Virtual Private Network to connect to on the Solace broker."
}
}