Recommend Material for Message Queueing

  • Thread starter Stephen Barrett
  • Start date
S

Stephen Barrett

Does anyone know of any good sites or books to read up on using Windows
Message Queue with .Net? I am starting to convert a long standing
PowerBuilder server application to .Net. The current application receives
messages from client machines via TCP/IP to submit calculations to a c++
calculation engine. The number of engines that can run concurrently is
limited by hardware and configurable, so the server application queues them
up if an engine is not currently available. Once the engine is complete
processing, a message is sent back to the client app.

The "powers to be" have determined that the new version of the app will use
message queue functionality. This provides us better scalability and
stability because we can now have multiple "server" apps monitoring a queue
when they have resources available for processing.

Anyway, I am unfamiliar with Windows Message Queueu (formally MSMQ) and need
to read up on Message Queue itself as well as how .Net makes it easy to work
with.

TIA,
Stephen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top