Should only be called during link set-up, i.e. before calling {@link #open()}.
If this endpoint is the initiator of the link, this method can be used to set a value other than
the default.
If this endpoint is not the initiator, this method should be used to set a local value. According
to the AMQP spec, the application may choose to accept the sender's suggestion
(accessed by calling {@link #getRemoteSenderSettleMode()}) or choose another value. The value
has no effect on Proton, but may be useful to the application at a later point.
In order to be AMQP compliant the application is responsible for honouring the settlement mode. See {@link Link}.
Sets the sender settle mode.
Should only be called during link set-up, i.e. before calling {@link #open()}.
If this endpoint is the initiator of the link, this method can be used to set a value other than the default.
If this endpoint is not the initiator, this method should be used to set a local value. According to the AMQP spec, the application may choose to accept the sender's suggestion (accessed by calling {@link #getRemoteSenderSettleMode()}) or choose another value. The value has no effect on Proton, but may be useful to the application at a later point.
In order to be AMQP compliant the application is responsible for honouring the settlement mode. See {@link Link}.