MBrace.Azure


TopicMonitor

Namespace: MBrace.Azure.Runtime

TopicMonitor implements an agent which periodically checks all service bus topic subscriptions for messages assigned to inactive workers. If found, it will push the messages back to the main Queue, to be further processed by a different worker for fault handling.

Static members

Static memberDescription
Create(...)
Signature: (workerManager:WorkerManager * workQueue:WorkItemQueue * logger:ISystemLogger * currentWorker:IWorkerId option) -> Async<TopicMonitor>
Fork me on GitHub