I sending transactional messages and on the destination queue I need to receive all the messages at once as a group instead of retrieving message by message. ...
I am trying to setup a MSMQ process for a win2000 hosted environment. I will have several queues that have triggers firing off exes that doing some processing...
There is a third option, you can run as a specific account that has been granted run as service privileges, privileges to the queue and privileges to the...
Keith Schaab
keithsc@...
Feb 9, 2005 8:01 pm
4228
Keith, I tried that and couldn't get it to work. I set up the user with the permission you mentioned below to run the trigger service. I can restart the...
I am using MSMQ COM using Visual C++ and use the try/catch statement to trap errors. The code is like this try { CoInitialize(NULL); IMSMQManagementPtr...
First chance exception is when the exception is thrown, before your catch statement is triggered. If you hit continue it should hit your catch statement....
Keith Schaab
keithsc@...
Mar 1, 2005 7:07 pm
4231
Check out the following link - the message appears to be harmless. <http://support.microsoft.com/kb/250563/EN-US/> ...
Hai, We are using VC MSMQ client to send and receive messages. Currently we are encrypting the message using des3 and sending. Does MSMQ has any provision for...
In MSMQ 3.0 you can. It can be accomplished simply by using the same methodology as sending in http except you use the https designation to go through secure...
Keith Schaab
keithsc@...
Mar 28, 2005 7:34 pm
4234
Hey! Click here and we could both win ten million dollars! http://www.tenspot.com/index_friend.html?invite=1wwugv&ect=2ycsc4 later, Srinivasan ... This...
Hi, Does anyone know of a way to tunnel MSMQ traffic over some transport other than HTTP or its native transport? Ideally, I'd like to provide my own...
Hi Guy, You can change the port number that MSMQ is using by changing the registry key HKLM\SOFTWARE\Microsoft\MSMQ\Parameters\MsmqIpPort (default value is ...
If the issue is controlling the ports in use, an obvious solution if MSMQ is the main traffic between two locations would be to use a VPN of some sort. Note...
Hi, newbie to group. I'm using MSMQ with a COM+ queued component quite successfully (Win2003 server). We now have a requirement to digitally sign outgoing...
Hello. I have a problem with MQ 2.0 on Windows 2000 Server. We have LAN with some workstations connected via ISDN line - but they are connected permanently and...
Just a few thoughts. I dont know what those logs mean. In fact, when I had debugging enabled, I had no idea what most of the entries meant. I can tell you, I...
Hi, desperatly Begging for help now.... (I am a newbie on MSMQ) Been tracing an issue on a project using MSMQ, the settings are: * 6 to 7 transactional queues...
I have a few ideas that seem very simple and may not help but I will give it a shot... Message.AdministrationQueue How are you setting this property? This,...
Hi, Mike. ... Neither do I :-) And I didn't found anything of that kind on the net... ... No interesting messages here. Sometimes something about AD (problems...
Hi Martin, You are right that MSMQ debug log is a little cryptic - it is actually meant to be used only by Microsoft support. I am not surprised that Google...
Hi, Yoel. ... Well, it is said "In Google non est, ergo non est." I can't believe it is wrong... :-) ... Very interesting, thank you for the hint. I will check...
Hello, MSMQ supports three levels of acknowledgement: 1. Internal MSMQ acks (like storage ack or session ack) sent from the receiver back to the sender as part...
Hi, Yoel, You are right, the acknowledge type we used is administrationqueue. We assigned the admin queue to: pQAdminInfo.PathName:='.\Private$\Admin_MyQueue' ...
Ok, quick rundown of our environment then a rundown of the problem. Environment, win2k3 server with 1 app that sends to 10's of thousand of public queues on...
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...