Pro MSMQ

Pro MSMQ pdf epub mobi txt 电子书 下载 2025

出版者:Apress
作者:Scot Boyd
出品人:
页数:423
译者:
出版时间:2004-06-28
价格:USD 49.99
装帧:Paperback
isbn号码:9781590593462
丛书系列:
图书标签:
  • MSMQ 
  • 分布式 
  •  
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

Message Queuing provides a way for applications to communicate asynchronously, and has often been compared to e-mail, but for applications rather than people. On Windows, Message Queuing is implemented in Microsoft Message Queuing, or MSMQ. A client application can communicate with a server by sending data in the form of an MSMQ message to a particular queue, where the server application can retrieve it and process it. Because the message will remain on the queue until it is retrieved, we can guarantee that it will be processed at some point, even if the server application is down when the message is sent.</P>

</P>

In this book, we look at how we can use MSMQ to provide robust, asynchronous communication between our applications. MSMQ provides three APIs that we can use to incorporate message queuing into our applications - a C API that we can use from unmanaged C/C++ code, a COM component that we can use from VB or C++ code, and the System. Messaging namespace, which provides a simple way to integrate MSMQ with managed C# or VB.NET applications. This will be the only book that covers all these APIs.</P>

</P>

The book also covers the latest features of MSMQ 3.0, released with Windows Server 2003, including MSMQ triggers, which allow us to call a method or launch an executable whenever a message is received in a queue. We also show how you can send and receive MSMQ messages on a PocketPC device using Embedded VB, Embedded C++, or C# and the .NET Compact Framework.</P>

</P>

Assumes knowledge of .NET Framework, Message Queuing, MSMQ, C#, VB, C++</P>

</P>

Message queuing has a vital role in any distributed applications where the guaranteed processing of requests is more important than instant processing. This means that a great range of applications requires message queuing, from networked enterprise applications to web applications that need to ensure an order will be shipped, to PocketPC devices that need to communicate with a PC. Microsoft Message Queuing (MSMQ) can be used from many languages and environments, including VB6, C++, and .NET. This book covers all these scenarios, so will appeal to a very wide range of developers.</P>

具体描述

读后感

评分

评分

评分

评分

评分

用户评价

评分

评分

评分

评分

评分

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有