Hi hhknighter, It seems to me that you mixed up two kinds of acks. Ack #1 - The admin ack, going to ClientA\private$\admin_myqueue Ack #2 - Order ack, going to...
hi Yoel, Thanks again for your help. And sorry for my amateur understanding. Ack #2, the Order Ack. Because only the message received is being acknowledged....
Thank you all, especially Yoel, for your help! I am still evaluating the situation - the computer is not accessible for remote management (very slow...
Hi Martin, I am glad it helped! Actually the debug file contains pointers into MSMQ source code files, so unless Microsoft starts adapting the open source...
Hi, sorry to bother again, Found something relatively interesting. As we increased clients, the problem is worse. More specifically, it's random across...
MSMQ messages are not sent through UDP, they are sent through TCP connection to port 1801. The UDP packets are probably QM communications to resolve queues...
Keith Schaab
keithsc@...
May 16, 2005 7:21 pm
4255
Well Keith is right about that. I am doing some work on networking these days, and I can confirm that, UDP packets are normally used for operations like...
I do understand that UDP is a ping "information gathering" packet and MSMQ uses TCP to send messages. Was referring to the fact that two clients attempted a...
Hi all, Could someone please tell me how MSMQ handle sessions? Unless mistaken on my understanding, thought MSMQ will handle each session by IP and messages...
Your original problem statement can be a problem in name resolution or perhaps network disconnect of some sort. If you are sending to transactional queues,...
Keith Schaab
keithsc@...
May 20, 2005 7:05 pm
4259
Guys: I have a question to ask here. I have found that to avoid all these name resolution problems and Active Directory issues, it is best to use private...
Hi Keith, Understood. The environment uses static IP and does not change, given the clients side are in WAN(private and internal) segments and receiver is in...
I believe the admin queue is resolved on the machine when an administrative message is sent. Sometimes this can be a problem in workgroup mode as, if you were...
Keith Schaab
keithsc@...
May 23, 2005 6:01 pm
4262
Using private queues does not get rid of any problems that cannot be resolved with public queues. Active directory lookup can be circumvented simply by using...
Keith Schaab
keithsc@...
May 23, 2005 9:00 pm
4263
If that is the case, then I don't understand why Server side would attempt to return the Order Ack to another client. Though not yet proven, it appears this is...
Order acknowledgements aren't sent to the admin queue they are sent to an internal queue utilized by MSMQ to determine if transactional messages were all...
Keith Schaab
keithsc@...
May 24, 2005 12:32 am
4265
OK, I have posted here about weird problems with our current system and we decided to redesign our system. Current system: 90,000 public queues across 200...
Hi, the data capture has been sent to you via email. Hope it helps to solve this mysterious problem. And yes, pardon my error, I do mean ACK is returned to...
Hi all, I have been tasked with the responsibility of using MSMQ in an ASP.NET site. The MSMQ that I need to pass transactions to belongs to a vendor and is...
Mark: 1) You can tell tran/non trans by going to my computer >> manage >> services >> Message Queuing >> Private >> right click on the queue and select...
The format should be: FormatName=DIRECT:http://somedomain.com/msmq/private$...... Drop the "OS:" On the sending computer, trying doing: "telnet somedomain.com...
Vijay, According to the vendor, they think it's transactional. I do not have any messages or triggers pending on my PC, so they appear to be leaving. I just...
Dave, I removed the "OS:" and sent a few messages. No errors, but I need to hear back from the vendor to see if the messages were received. I tried the...
All, Does anyone know how to programmatically bypass a proxy server when sending MSMQ messages via asp.net (vb.net)? I am unable to send messages to a vendor...
First off, the best thing to do would be to ask whoever is responsible for the proxy to check the proxy logs to see whether anything is going through between...
Moray, LOL, yes, I am aware of this but requesting proxy and/or firewall changes are very difficult to do since we have a vendor that manages both. I will look...
There is one mistake u guys are making here: 1. Proxy in the sense you are mentioning is when you make a specific request, say like using webclient class to...
Vijay, I think you have missed some of the earlier correspondence. Mark is trying to send over MSMQ/HTTP to an internet IP outside his company from a system he...