Anypoint MQ Server Binding v0.0.1
The Anypoint MQ server binding is currently reserved for future use and does not require any configuration.
Overview
This binding is designed to hold Anypoint MQ-specific information related to the server configuration. In its current version, 0.0.1
, it serves as a placeholder and does not include any specific properties.
Server Properties
Property | Type | Required | Description |
---|---|---|---|
bindingVersion | string | No | The version of the Anypoint MQ server binding. The value must be 0.0.1 . |
Example
Although there are no server-specific properties to define, you can still include the binding object to explicitly state the bindingVersion
.
yaml
servers:
production:
url: 'https://mq-us-east-1.anypoint.mulesoft.com'
protocol: 'anypointmq'
bindings:
anypointmq:
bindingVersion: '0.0.1'
Future Enhancements
Future versions of this binding might include properties for defining server-level configurations, such as connection settings, regional endpoints, or other parameters related to the Anypoint MQ broker.