JMS At Most Once

The JMS At Most Once policy ensures that the Messaging Bus attempts to deliver each message to its destination at most once.

If the delivery attempt fails for any reason, the Messaging Bus does not attempts to redeliver it. Instead, it removes the message from the queue immediately. It is permissible that the provider never successfully receives the message.

This policy set can apply at a Virtualization binding on a service or reference, or at a SOAP binding on a promoted service or reference.