This video presents the new features in NServiceBus 3.0. NServiceBus is an open-source service bus for .NET that provides reliable messaging using both a request/response and publish/subscribe architecture. Version 3.0 main improvements will be Azure integration, improved timeout management and improved pluggability.
Azure integration brings certain challenges with it in that Azure Queues don’t support transactions – there is no Distributed Transaction Coordinator in the cloud. Improvements to the durable timeout management enable a single process to manage multiple timeout scales – from minutes to months. Improvements to pluggability change how ...