Skip to content

Solace Message Binding v0.3.0

The Solace message binding v0.3.0 is a placeholder for defining properties specific to a Solace message.

Overview

As of this version, the binding does not contain any properties. Its presence on a message is for informational purposes, indicating that the message is part of a Solace-based API.

Message Properties

PropertyTypeRequiredDescription
bindingVersionstringNoBinding version (defaults to 0.3.0).

Example

yaml
messages:
  userSignedUp:
    payload:
      type: object
      properties:
        userId:
          type: string
    bindings:
      solace:
        bindingVersion: '0.3.0'

Changelog

Version 0.3.0

  • The binding remains a placeholder.