-
Notifications
You must be signed in to change notification settings - Fork 84
Home
Nimbus is a .NET client library to add an easy to develop against experience against the Azure Service Bus or the Windows Service Bus.
If you've used NServiceBus or MassTransit before, you'll be right at home.
Nimbus was designed to be lightweight and pluggable. You won't find fifty conflicting versions of other projects ILMerged into the binary. If you want to plug your own container or logging framework in, go right ahead. If you want something that will just work out of the box we give you that, too.
Nimbus provides implementations of all of the common messaging patterns for building distributed, service-oriented systems.
This wiki has step by step instructions for getting up and running with Nimbus as well as an explaination of Nimbus's messaging patterns and how to implement them. Follow the links on the right for a quick and easy guide to building applications with Nimbus.
If you want more code, clone the source and have a look at the Sample Applications.
##Who is responsible ?
Nimbus is brought to you by Andrew Harcourt @uglybugger and Damian Maclennan @damianm.
You can follow Nimbus updates on the NimbusAPI Twitter account.
Are you using Nimbus? We'd love to hear from you. Please get in touch and let us know what you're up to!
Azure Service Bus
Windows Service Bus
Redis
In Process
Configuring Nimbus With Autofac
Configuring Nimbus With Windsor
Configuring Nimbus With Ninject
Sending a Command on the Bus
Publishing an Event on the Bus
Request Response
Multicast Request Response
Multicast Request Response - take First
Large Message Support