Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3402762
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T05:10:40+00:00 2026-05-18T05:10:40+00:00

I’m working in the microsoft world and needing to create a transaction processing webservice.

  • 0

I’m working in the microsoft world and needing to create a transaction processing webservice. The webservice will receive a transaction and submit it to a queue. A second service will pull the transactions out of the queue and process them.

I have been considering two different approaches: database table (roll my own queue) and microsot queues (MSMQ).

Do people have pros/cons to either approach or suggestion for a different queue technology?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T05:10:40+00:00Added an answer on May 18, 2026 at 5:10 am

    It’s not really a development question, but I do have some input.

    It depends on how advanced your queueing requirements are, and what operational experience and skills your operations people will have.

    if you will deploy into a shop where they know and love SQL Server, but have no experience managing MSMQ, then using SQL for the queue (essentially adding an additional table to SQL) will be easy for them to do – basically no additional cost for operations. On the other hand using MSMQ will entail the staff getting trained, developing and verifying new procedures, new backup plans, new monitoring and administration tools, and so on. And vice versa – in the rare case a shop has good experience with MSMQ but little experience with SQL Server. In that case, the reverse is true: go with MSMQ.

    It may be that your use of the queue is structured so that you don’t care about backup or mitigating data loss. In this case, you don’t plan to do any monitoring or maintenance. In that case, using MSMQ will imply almost zero additional operations cost, regardless of the existing skills on staff, because setup will be a one-time thing, and ongoing maintenance is minimal.

    The second criterion is your use of the queue. If the queue is to be used heavily, let’s say millions of transactions an hour for every server, then you probably want a dedicated queue service for that, rather than piggy-backing onto an existing database. If you would like to take advantage of the various MSMQ features like dead letter queues, priority messages, triggering, distribution lists, and correlation IDs, then that recommends MSMQ. On the other hand if your volume is low (say, hundreds of transactions an hour), and you’re not using the more advanced queue features, then you can just use a queue facade on top of a SQL table. Easy peasy.

    How to balance these two major criteria is for you to decide.

    Non criteria include: programmability (both options are easy to develop for in various languages), transaction volume (both can handle small to large volumes), data format (both are flexible w.r.t. data content and format).

    In any case I would not recommend using an alternative queue, if you are already running Windows Server. IBM has a good one in Websphere MQ (nee MQSeries), but it is not free, as MSMQ is. Also unless you are doing multi-platform queue networks, you probably don’t need MQSeries. I don’t consider any other queueing systems to be mainstream enough for consideration.

    If you don’t mnind changing your model a little – you may be interested in the marriage of WCF and WF that Microsoft has done recently. It allows a WCF service to kick off a workflow (WF). The WF engine itself supports queuing, scheduling, and passivation – essentially there is a queue backing it, but as a programmer you don’t deal directly with the queue metaphor. Instead it is a new “workflow” metaphor. WCF and WF, like MSMQ, are both free (that is to say, no extra cost beyond the cost of licensing Windows Server); and included in Windows Server. This WCF+WF approach may be a more appealing model for you to use for new development, or if you’d prefer to take advantage of the WF designers and tools. As with the rest of the MS app platform, WF supports transactional access, so you can provide fire-and-forget semantics.

    Good luck on your decision.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.