msg:binding_group
Last updated March 2020
Name
msg:binding_group — Sets the binding_group to the named binding, if one is provided.
Synopsis
msg:binding_group(value);
Description
Sets the binding to one in the named binding_group, if one is provided. Returns the current or new value for the binding_group.
If the adaptive module is enabled the logic for choosing a binding is as follows:
-
An unsuspended binding local to the MTA
-
A non-local unsuspended binding
-
If all bindings are suspended, a local binding is randomly chosen
Enable this function with the statement require('msys.extended.message');
.
See Also
Was this page helpful?