Robuta

https://easynetq.com/ EasyNetQ - An easy .NET API for RabbitMQ EasyNetQ An easy to use .NET API for RabbitMQ net apieasyrabbitmq https://mikehadlow.blogspot.com/2012/09/replacing-easynetq-components.html?showComment=1348578204653 Code rant: Replacing EasyNetQ Components EasyNetQ , my simple .NET API for RabbitMQ , is a library composed of small components. Until today, the code simply wired the components in... coderantreplacingcomponents https://mikehadlow.blogspot.com/2013/11/easynetq-polymorphic-publish-and.html?showComment=1385166256548 Code rant: EasyNetQ: Polymorphic Publish and Subscribe From version 18.0 of EasyNetQ , you can now subscribe to an interface, then publish implementations of that interface. Let's look at an... coderantpolymorphicpublishsubscribe https://mikehadlow.blogspot.com/2012/11/nicer-client-properties-for-easynetq.html?m=0 Code rant: Nicer Client Properties For EasyNetQ EasyNetQ is my lightweight easy-to-use .NET API for RabbitMQ. Today I added a small but very nice feature, better client properties. Now w... client propertiescoderantnicer https://mikehadlow.blogspot.com/2013/11/easynetq-polymorphic-publish-and.html?showComment=1383648314982 Code rant: EasyNetQ: Polymorphic Publish and Subscribe From version 18.0 of EasyNetQ , you can now subscribe to an interface, then publish implementations of that interface. Let's look at an... coderantpolymorphicpublishsubscribe https://mikehadlow.blogspot.com/2013/12/easynetq-replace-internal-di-container.html?m=1 Code rant: EasyNetQ: Replace the Internal DI Container EasyNetQ , is made up of a collection of independent components. Internally it uses a tiny internal DI (IoC) container called DefaultServ... coderantreplaceinternaldi