Skip to content

AMQP 1.0 Server Binding v0.1.0

The AMQP 1.0 server binding is currently reserved for future use.

Overview

This binding is intended to provide AMQP 1.0-specific information for a server. As of version 0.1.0, there are no properties to configure because the object is empty. It serves as a placeholder for future capabilities.

Server Properties

This object is empty.

Example

While there are no server properties to set, you can include the empty binding object to indicate that you are using version 0.1.0.

yaml
servers:
  production:
    url: amqp://my-broker.com
    protocol: amqp
    protocolVersion: '1.0.0'
    bindings:
      amqp1:
        bindingVersion: '0.1.0'

Future Enhancements

Future versions of this binding could be extended to include properties related to AMQP 1.0-specific server details, such as:

  • Container ID: A unique identifier for the container (the application instance).
  • SASL Mechanisms: Supported Simple Authentication and Security Layer (SASL) mechanisms for authentication.
  • TLS/SSL Settings: Advanced transport layer security configurations.