Version 2

    Guaranteed delivery is where the system guarantees that a request will reach its destination.

    This typically involves extra overhead, like persisting the request and may involve redelivering the request

    multiple times in the event of failure by the destination.

     

    Dead Letter Queues can be configured to cater for when a destination continually fails to process a

    request.