Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and MSMQ
Message
From
24/05/1999 11:18:30
 
 
To
23/05/1999 21:32:33
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00221247
Message ID:
00222072
Views:
44
>
>Ok.... so, what would the advantage of using MSMQ for passing messages? Is this basically for passing messages from Client to Client.... or, from Client to Middle Tier...
>
>Would a mechanisum for an administrator to shut down sessions of my client be one use for MSMQ? I was thinking of using a DBF, but perhaps MSMQ would be a good choice. What is the overhead of MSMQ on a server?
>
>BOb

The nice thing about MSMQ is that it runs as a service, so it's like part of the OS. It guarantees delivery of the message. There are also components that can be placed on different platforms, like IBM mainframes to allow messages to pass between your app and the mainframe. It can also be used at the PC level to pass messages between different apps, for example one in VB and another in VFP. Also, if one of the queue servers goes down, the messages can still be queued on the workstation or another server and will be delivered when the connection is established. I'm just starting to look at MSMQ, but I can see advantages over a table.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Reply
Map
View

Click here to load this message in the networking platform