Learning NServiceBus

David Boike

  • 出版商: Packt Publishing
  • 出版日期: 2013-08-16
  • 售價: $1,550
  • 貴賓價: 9.5$1,473
  • 語言: 英文
  • 頁數: 136
  • 裝訂: Paperback
  • ISBN: 1782166343
  • ISBN-13: 9781782166344
  • 下單後立即進貨 (約3~4週)

商品描述

Calling all .NET developers suffering unreliable web services. This tutorial will teach you the stabilising force of Service Oriented Architecture using NServiceBus. Now you can build systems that automatically compensate for failure.

Overview

  • Replace batch jobs with a reliable process
  • Create applications that compensate for system failure
  • Build message driven system

In Detail

Queuing-based messaging system are designed using Remote Procedure Call (RPC) techniques. This technique is effective; however, this method creates problems with scalability and reusability as fault tolerance is inherently hindered by the RPC principles. This book helps you to overcome this problem by introducing you to the principles of messaging and SOA to build scalable and reliable systems, that are easy to extend and maintain.

"Learning NServiceBus" is your essential guide to becoming a messaging guru. The book details the process of building a software system based on the SOA principles. From sending a simple message to publishing events, this book covers everything you need to know to understand and implement an SOA-based message driven systems.

"Learning NServiceBus" will teach you how to use publish/subscribe to create an Serivce Oriented Architecture. We will then look how to manage and extend that architecture. Through the course of the book, you will build reliable systems which will automatically compensate for failures. You will also learn to build complex yet testable business processes which will make batch processes seem outdated. By the end of the book, you will realize that SOA is much more than just web services.

What you will learn from this book

  • Bring reliability to web service integrations
  • Create code that automatically compensates for failure
  • Manage the deployment of complex software systems
  • Create software that can scale horizontally as well as vertically

Approach

This is a practical tutorial containing hands-on examples for creating a messaging and SOA based service bus.

Who this book is written for

This book is for .NET developers who are looking for ways to overcome problems related to buggy third party web service integrations, codebases that have grown into a big ball of mud, and batch jobs failure.