Project DescriptionNSB Management Extensions provides a set of endpoint managment / monitoring capabilities to the open source ESB nServiceBus.
NSB Management Extensions is written in C# 3.0, and so the .NET Framework 3.5 is required. All NSB and other external assemblies required to run the samples & tests are included in and referenced from the lib directory. This project is brand new, so I'll be adding documentation and a better description of what exists and what is to come shortly. However, here is what I've checked in so far:
- An endpoint heartbeat & status reporting service with pluggable status measurement providers
- A server that will monitor all reporting endpoints and fire events if the heartbeat is missed, as well as broadcast an aggregation of status reports
- A set of unit tests to verify functionality and provide some idea of what the library is doing
- A set of samples that includes three Windows Forms applications (one for each type of endpoint) and a Sample Launcher to get them all going
|