Code rant

Life as a mort.

Monday, November 25, 2013

EasyNetQ’s Minimalist DI Container

›
I’ve been a long time fan of IoC (or DI) containers ever since I first discovered Castle Windsor back in 2007 . I’ve used Windsor in every m...
6 comments:
Thursday, November 21, 2013

EasyNetQ: Non-Generic Subscribe

›
Since it’s very first version, EasyNetQ has allowed you to subscribe to a message simply by providing a handler for a given message type ...
1 comment:
Monday, November 18, 2013

EasyNetQ: Send Receive Pattern

›
From version 0.22, EasyNetQ supports a new message pattern: Send/Receive. Whereas the Publish/Subscribe and Request/Response patterns are...
1 comment:
Wednesday, November 13, 2013

EasyNetQ: Multiple Handlers per Consumer

›
A common feature request for EasyNetQ has been to have some way of implementing a command pipeline pattern. Say you’ve got a component that ...
13 comments:
Wednesday, November 06, 2013

EasyNetQ: Consumer Cancellation

›
Consumer cancellation has been a requested feature of EasyNetQ for a while now. I wasn’t intending to implement it immediately, but a pull ...
9 comments:
Tuesday, November 05, 2013

EasyNetQ: Changes to Conventions With Version 0.18

›
TL:DR: Exchange and queue names used to have ‘.’ replaced with ‘_’. From version 0.18 this is no longer the case. Yesterday I announced ve...
Monday, November 04, 2013

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 a...
9 comments:
Friday, November 01, 2013

EasyNetQ: Big Breaking Changes to Request-Response

›
My intensive work on EasyNetQ (our super simple .NET API for RabbitMQ ) continues. I’ve been taking lessons learned from nearly two years o...
2 comments:
Tuesday, October 29, 2013

RabbitMQ Request-Response Pattern

›
If you are programming against a web service, the natural pattern is request-response. It’s always initiated by the client, which then waits...
5 comments:
Wednesday, October 23, 2013

EasyNetQ: Publisher Confirms

›
Publisher confirms are a RabbitMQ addition to AMQP to guarantee message delivery. You can read all about them here and here . In short t...
‹
›
Home
View web version
Powered by Blogger.