ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
MSMQ from Scratch
Author:
Neil Crane et al.
ISBN:
0 7897 2127 9
Publisher:
Que
Pages:
350pp
Price:
£28.99
Reviewer:
Steve Cornish
Subject:
MS Windows
Appeared in:
OL39
MSMQ stands for "Microsoft Message Queuing" and enables applications running at different times to communicate across networks and systems that may be temporarily offline.Having never experienced any of Jesse Liberty's 'from Scratch' programming series books, I did not quite know what to expect from this book. I will spoil the surprise - I liked this book. The three authors are all trainers and consultants for Level 8, who appear to specialise in MSMQ and other message oriented middleware. One of my fellow employees had the following reaction when he saw the book on my desk, 'How could anyone find enough about MSMQ to fill a book?' From a pure programming point of view, the number of pages dedicated to explaining how to send and receive a message using MSMQ takes up 12 of the 350 pages.

Does that mean the rest is padding? No.

The book itself is modelled upon training courses the authors have run. It starts with the what and why of messaging and MSMQ, goes into the basics, goes deeper, then implements an example system. Later chapters provide detail on aspects briefly touched upon in the 'course' section (e.g. security, logging, performance monitoring). Quite a pleasant book to read - the only downside is that the example code is all Visual Basic. Worth considering as a first MSMQ book.