Public speaking at Codegarden

Jikes - This June, we held our annual developer conference called Codegarden. For the first time, i was to go on the stage and do a talk. You might think that doing a talk at Codegarden is an easy thing, but for me personally this was a big challenge due to a number of things.…

Rebus - Breaking the context - to send immediatley

Rebus - Breaking the context - to send immediatley

I've been using a library called Rebus to handle everything in regard to message communication between services, that are using Azure Servicebus as their transport layer. Rebus makes it super easy to implement a Command/Event architecture by exposing an easy pattern for sending messages on a bus and listening for messages on a bus.  This post is just a tiny wrap up of an issue that I've encountered a few times. here goes: …