Book Image

Learning NServiceBus Sagas

By : Richard L Helton
Book Image

Learning NServiceBus Sagas

By: Richard L Helton

Overview of this book

Table of Contents (13 chapters)

Source code overview


In this chapter, there will be three directories of source code:

  • A directory of the solution will be found in the EmailSagaTest directory. This program is a timer-based program using an NSB saga to send a daily e-mail containing information regarding MSMQ. This solution was designed to send a daily e-mail to operations of a system status.

  • A directory of the solution will be found in the SFTPSagaTest directory. This program is a timer-based program using an NSB saga to send SFTP files to an SFTP server. This solution was designed to send files to banks.

  • A directory of the solution found will be in the MVCApp - ActiveMQ directory.

This program shows the use of ActiveMQ.

All source code was built with Visual Studio 2012, and used in Windows 8.1, Windows Server 2008, and Windows Server 2012. All programs were built with NServiceBus and require NServiceBus to be installed using MSMQ.