WIP - Project Documentation Still needs Work

Build status NuGet

Pat.Subscriber

This is the subscriber, it’s responsibility it is to listen for messages (events and command) on its subscription.

If you haven’t already, please start with the getting started guide before reading this.

SubscriberConfiguration

TopicName = “pat”; UseDevelopmentTopic = true; BatchSize = 16; UsePartitioning = false; ReceiveTimeoutSeconds = 60;

BatchConfiguration

ReceiveTimeoutSeconds = receiveTimeoutSeconds; BatchSize = batchSize;

Message Serialisation

Circuit Breaker