Hi, I am involved in a senseless MSMQ vs MQSeries debate. Does anyone on this list use MSMQ as part of a high volume (60000+ txans per day) B2B solution that...
Well the real question is - how can IBM continue to raise prices on MQSeries when there is an adequate zero cost solution ? I would say that you are following...
Brian S. Crabtree
ourtown@...
Aug 1, 2002 2:09 pm
2633
I'm not sure about anyone on this list, but I've dealt with many (50+) companies extensively that are far exceeding this transaction rate. Out of all people...
Keith Schaab
keithsc@...
Aug 1, 2002 4:42 pm
2634
Thanks for your reply. The high level plan hat I suggested to the client (and may I add, was received very well) was to develop a POS system using .NET that...
I'm waiting on a reply, this morning I sent your mail off to people that can help you. ... From: visualhawk [mailto:visualhawk@...] Sent: Thu 8/1/2002...
Keith Schaab
keithsc@...
Aug 2, 2002 6:42 am
2636
BTW there are some brief case studies up on http://www.microsoft.com/msmq to start you off. ... From: visualhawk [mailto:visualhawk@...] Sent: Thu...
Keith Schaab
keithsc@...
Aug 2, 2002 6:45 am
2637
Hi, I have been working on MSMQ for past 2 years. We had two major clients to whom we have given the MSMQ based solution which is running very successfully....
Hello Keith, Sorry for delay,since i was out of office for few days.Thank you very much for your efforts to bring me sample code. However i forgot to mention...
I'm glad you got it working, because without J++ COM extensions I'm not sure I could have helped you. ... From: KRISHNADOSS PARTHASARATHY...
Keith Schaab
keithsc@...
Aug 4, 2002 9:09 pm
2640
Hi Krishna, That is how we should always program for MSMQ. It is simple. Always read the message in a transaction, process the message and if everything...
This is true, DTC transactions are expensive; if you don't need them don't use them. To use DTC transactions you must call MSMQTransaction.InitNew()with a...
Keith Schaab
keithsc@...
Aug 5, 2002 3:38 pm
2642
You're welcome! Thanks for the plug <g>. ... From: philippe.entringer@... [mailto:philippe.entringer@...] Sent: Wednesday, July...
Keith Schaab
keithsc@...
Aug 5, 2002 3:44 pm
2643
Hear Hear !! Too Keith may you long reign ... ... From: Keith Schaab [mailto:keithsc@...] Sent: 05 August 2002 16:45 To: msmq@yahoogroups.com ...
HI all, I spend one hour a day..to go through Keith Replies - in this news group. This had given me lots and lots of confidence in maintaining my present MSMQ...
Hi again, Thanks to you and to all in the group that helped. We have won the battle and the EXCO is happy that MSMQ is mature enough and will perform...
Hi, We would like to ask regarding the robustness of MSMQ. It was mentioned before that it can accommodate about 50 thousand transactions right? I was...
Are you asking about a million transactions per machine? Doing 1k messages receive with transactions you can obtain 1500 tps or 5,400,000 transactions per...
Keith Schaab
keithsc@...
Aug 6, 2002 4:24 pm
2648
Hi, Thanks for the reply. Actually per machine, we are expecting at least 3 million transactions. Anyways, I was wondering how you came up with the tps...
All, we have encountered very suddenly some very strange problems in our MSMQ environment. Messages are "lost" on the network for a long time (from the PEC to...
jwvansetten
jwvansetten@...
Aug 7, 2002 1:12 pm
2650
All, in addition to my previous question: does anybody have any documentation about the layout and contents of the networkpackages the are send to and from the...
jwvansetten
jwvansetten@...
Aug 7, 2002 1:27 pm
2651
Computations have to be based on message size and machine hardware. The document I sent states how the message statistic came about. Attached is a tool which...
Keith Schaab
keithsc@...
Aug 7, 2002 2:14 pm
2652
MSMQ traffic is sent by TCP port 1801 (decimal). ... From: jwvansetten [mailto:jwvansetten@...] Sent: Wednesday, August 07, 2002 6:28 AM To:...
Keith Schaab
keithsc@...
Aug 7, 2002 2:15 pm
2653
There are several reasons for this to happen. Number one reason I've seen is because someone tried to fix transactional problems by deleting files in storage...
Keith Schaab
keithsc@...
Aug 7, 2002 2:29 pm
2654
Hi Keith, we are using the Send property of the Visual Basic MSMQMessage object from the Microsoft Message Queue Object Library (mqoa.dll, version 1.0.0.298) ...
jwvansetten
jwvansetten@...
Aug 7, 2002 3:04 pm
2655
Actually I think the latest commonly available build is 324. At the moment we are trying to set the parameter SeqMinAckInterval in the registry..... ...
Keith Schaab
keithsc@...
Aug 8, 2002 2:49 pm
2656
I have a couple of questions regarding the support "q" article q318216. I need to know: 1. what problems were introduced specifically with SP2 2. Is there a...
There is a hotfix available I believe, contact support. The other information you are looking for is: ...
Keith Schaab
keithsc@...
Aug 12, 2002 9:29 pm
2658
Hi; We moved our Win2K Message Queue server cluster from one site to another, moved the computers to the new site in Active Directory, then started up Message...
Will MSMQ ver 1.0 work with SQL 7.0 or does it have to be with SQL 6.5 sp3. Thanks.... __________________________________________________ Do You Yahoo!? ...
I have seen this before if I remember correctly. R u sure that when u moved to the new active directory, u recreated those queues on the node ?. Try viewing...