Skip to content

Solace Server Binding v0.2.0

The Solace server binding v0.2.0 defines the connection to a Solace PubSub+ event broker by specifying the Message VPN to use.

Overview

This binding is used to ensure a client application connects to the correct Message VPN to access its intended topics and queues.

DANGER

This version of the binding contains a typo in the schema. The property is named msvVpn but should be msgVpn. Later versions correct this error.

Server Properties

PropertyTypeRequiredDescription
bindingVersionstringNoBinding version (defaults to 0.2.0).
msvVpnstringYesThe name of the Message VPN on the Solace broker.

Example

yaml
servers:
  production-broker:
    url: solace.example.com:55555
    protocol: solace
    bindings:
      solace:
        bindingVersion: '0.2.0'
        msvVpn: 'prod-payments-vpn'

Changelog

Version 0.2.0

  • msvVpn is the only property. Note the typo; later versions use msgVpn.