mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-09 12:23:47 +00:00
On link attach we currently default out SenderSettleMode to MIXED which while legal doesn't truly reflect what the client asked for. We instead now update the link to reflect the mode requested by the client Also add some tests to ensure that we always return the ReceiverSettleMode as FIRST since we don't support SECOND.