Rolling a simple ESB/Discovery service in C#?

408 views Asked by At

In looking around at the various ESBs and discovery services I've found a few things that are close to what i want (NServiceBus, the sample in .NET StockTrader, etc.) but have not been able to find a concise tutorial on the correct way to roll my own discovery/bus framework.. Is there anything I can reference when going through the process of building out a distributed ESB?

1

There are 1 answers

1
rpgmaker On

Why would you want to build an ESB if you can use NServiceBus, Phoenix Service Bus, and e.t.c?