February 2003
Intermediate to advanced
752 pages
16h 35m
English
Message Queuing is new to many developers, and we’ve spent the large part of this chapter examining Message Queuing fundamentals, such as sending and processing messages. The unanswered question that all this raises is where a message queue should enter into your distributed application designs.
Unlike databases, message queues lack almost all error-checking capabilities. That, coupled with the fact that they are tightly bound to the Windows operating system, makes them poorly suited for client use in a distributed application. They also tend to bind a specific user to a fixed machine. In a production-level application, the amount of code you need to write to check for error conditions and respond appropriately ...
Read now
Unlock full access