You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend Message API with first-acquirer field. If the value is true, then this message has not been acquired by any other link (see section 3.3). If the value is false, then this message MAY have previously been acquired by another link or links.
Feature in action
varmsg=await_consumer.ReceiveAsync(_cts.Token);if(msg.FirstAcquirer){// this message has not been acquired by any other link}else{// this message MAY have previously been acquired by another link or links}
Feature description
Extend Message API with
first-acquirer
field. If the value is true, then this message has not been acquired by any other link (see section 3.3). If the value is false, then this message MAY have previously been acquired by another link or links.Feature in action
Additional context
OASIS Advanced Message Queuing Protocol(AMQP) Version 1.0 - section 3.2.1
The text was updated successfully, but these errors were encountered: