Viper and MSMQ

These two messaging services provide new models for creating distributed applications.

Viper provides an execution environment for building and deploying distributed business applications—sometimes called "three tier" applications—built from ActiveX components. Its main features include transactions, TP monitor-like scalability, and component configuration and security services. With Viper you can use popular tools like Microsoft® Visual Basic®, Borland Delphi, PowerSoft PowerBuilder, Visual C++®, or Microsoft® Visual J++™ to easily build robust and scalable multi-user applications on the server without complex programming.

There are several Viper sessions at the conference. The first two sessions (Developing Distributed Applications Part 1 and Part 2) are for those of you who are new to this service. The remaining sessions are for those interested in a particular feature of Viper.

The second messaging service is MSMQ: Microsoft Message Queue. It allows you to build applications that send data asynchronously in a reliable manner over heterogeneous, potentially unreliable networks. The targets for MSMQ messages are queues, not a specific application, hence no dedicated session has to be established between the sending application and receiving application. Furthermore, both applications do not need to be running, or even connected, at the same time. On the receiving end, any number of applications may read messages from a given queue, whenever it is convenient.

There are two MSMQ sessions, both for those who are new to Microsoft Message Queue. The first session covers the general architecture of MSMQ and the second shows how simple it is to create an MSMQ application.