Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

should I use message queues at all?

Status
Not open for further replies.

bnath004

Programmer
Jun 3, 2002
2
US
Pls advise.

New to COM+ and my company would like to use QC (qued components of ) functionality of COM+ services. (Message queues).

Ours is a simple order processing application on the web. No credit card verification etc...user places an order, the order is stored in the database, and the order will be processed if it is received during 8AM-5PM. otherwise it would be processed the following day.

Simple as that. do I need to use QC feature at all. or they trying to do too much of engineering into this aspect.
any ideas are very helpful.

thank you
nath
 
It is prefect case to use MSMQ.u can priortise the order the of call.Go ahead and use com+ and msmq if it is one of the best fit cases.




Srinivasa Raghavan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top