Book Image

Learning NServiceBus - Second Edition

By : David Boike
Book Image

Learning NServiceBus - Second Edition

By: David Boike

Overview of this book

Table of Contents (18 chapters)
Learning NServiceBus Second Edition
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Transport administration


Of course, administering NServiceBus also means administering the underlying message transport. NServiceBus does a pretty good job of freeing you from the nitty-gritty of your underlying transport, but it can't completely absolve you of dealing with it from time to time.

For the MSMQ transport, the NServiceBus community champion, Daniel Marbach, has compiled an exhaustive list of resources that are very helpful both in diagnosing potential problems and deepening your understanding of MSMQ's inner workings, at http://www.planetgeek.ch/2014/09/02/administration-of-msmq/.

For ActiveMQ, the best source of information is the official ActiveMQ documentation at http://activemq.apache.org/.

For RabbitMQ, the best source is the official RabbitMQ server documentation at https://www.rabbitmq.com/admin-guide.html.

Most developers electing to use SQL Server as a transport should view SQL Server itself as a fairly known quantity, with existing organizational assets in place to monitor...