Results 1 to 2 of 2

Thread: Edneeis, MSMQ Example

  1. #1

    Thread Starter
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496

    Edneeis, MSMQ Example

    Here is that example that I told you a few weeks ago about. To anyone reading this thread, I have a small example that shows how to use the basic MSMQ functionality, such as: Creating a Queue, Message, Sending a Message, Receiving a Message, Peeking a message, creating a simple listener program via sinking events, etc... If you are not aware of what exactly MSMQ is, it's a COM + service that comes with the Windows 2000 platform, which allows a asynchronous communication as well as many other features. For example, say you are creating a data entry system where some of the users work on their laptop from home, and do not have a constant network connection. Using MSMQ, all of the data can be stored in a local queue on the laptop, and the next time the user connects to the network, all of the data can be updated to the database automatically. That is just a high overview, but this little example will give you a start. It's just a quick and dirty example that I did, so if you have any questions, let me know.

    - MKP

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Cool, thanks a lot I'll make sure and check it out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width