Endre Stølsvik

Results 26 comments of Endre Stølsvik

Make sure to expose this on the public API, so that I can use it in MatsSockets. That is, when initiating a message, instead of doing the actual send, request...

Another, maybe more realistic way, is to make a way to insert "hook points" throughout the codebase. This would call into a static class with lots of methods which are...

Another project to check out wrt. messaging is Aeron: https://github.com/real-logic/aeron

Wrt. acknowledging messages - and multiple nodes per endpoint: - The sender would again have to acknowledge that the receiver acknowledged a received message before the receiver can delete them...

One more usage for this, is to evolve/"garden" the full system. If in 2 years time, no-one is actually using the property "fullOrderHistory" of the CustomerService.getCustomerInfo endpoint's ReplyDTO, then there...