At Most Once Intents

Designers can specify an at most once intent to require that providers receive every message at least once.

Reliability intents usually apply at service virtualization bindings. If you apply them to composites, service virtualization bindings of the composite inherit them, as appropriate.

Category
Reliability
Qualifier Description
none The provider must not receive any message more than once. Even if the provider fails to process a message, the Messaging Bus must not re-deliver it. It is acceptable that the provider might not receive some messages.