Guaranteeing Message Delivery in .NET

This section contains an example that demonstrates how to use guarenteed delivery in .NET.

Name

Example_13_WorkingWithGuaranteedDelivery

Description

This example illustrates how to publish and subscribe with guaranteed delivery.

Notable Classes and Methods

engineClient.CreatePublisherWithGuaranteedDelivery

publisher.LastBatchId

IBatchOfMessages

mf.NewBatchOfMessages

subscription1.GetNextBatchOfMessages

receivedBatch1.Tuples

engineClient.ResumeSubscriptionWithGuaranteedDelivery

receivedBatch1.BatchId()

Related Information

For more information about guaranteed delivery, see Implementing Guaranteed Processing.