Thread: Msmq

  1. #1
    Registered User
    Join Date
    Oct 2005
    Posts
    38

    Msmq

    Can anyone recommend a good reference for beginner MSMQ programming? I have a very simple task (just need to read messages from an already existing queue), but am having a hard time finding resources online that i can work with. I've found the stuff in the MSDN is a bit over my head as I don't normally do any windows/communication programming at all.

  2. #2
    Registered User
    Join Date
    Mar 2005
    Location
    Mountaintop, Pa
    Posts
    1,058
    I have Profession NT Services by Kevin Miller (Wrox) ISBN 1-861001-30-4 to be helpful as far as MSMQ is concerned. It has one chapter devoted to using MSMQ to communicate with a service. I like it because it gives me just enough info to be proficient with MSMQ but doesn't overwhelm me with a lot of unecessary details. In other words, just enough info to write code and NOT become a world expert on MSMQ.

    Bob

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MSMQ programming
    By Opariti in forum Windows Programming
    Replies: 2
    Last Post: 10-11-2008, 12:20 AM
  2. MSMQ programming and c++
    By ExxNuker in forum C++ Programming
    Replies: 1
    Last Post: 10-24-2005, 08:41 AM
  3. Peeking at MSMQ queues
    By Morgan in forum Windows Programming
    Replies: 2
    Last Post: 10-11-2004, 01:31 PM