Hi , Please help me out to solve the "Insufficient resources to perform operation." MSMQ exception when passing a message of size more than 4MB , so is there...
I have a service which receives messages from an external system and updates a database while using msmq private queues internally. I was able to move over...
Hi, I'm having a strange problem involving Microsoft Virtual PC and MSMQ. I'm trying to communicate between the host and the guest VM using MSMQ. The setup: XP...
Hi Neelima, Most probably, you bumped into a permission problem - the loca user is not allowed to create queues on the remote machine. Use Active Directory...
Frank, Thanks a lot for your mail. I got the error in computer management as bad signature if I send format name as DIRECT=OS:btt10\\PRIVATE$\\RemoteQueue, if...
Thank you Yoel for the mail. Actually I am not getting any error code while I send the mail. Mail is sent with 0 as error code.But the mail fails to reach the...
Well, we solved the problem ourselves. Here's a full description of the issue. == MSMQ Message-IDs == Each MSMQ message has a unique ID, which consists of a...
Hello, I have a win2k domain with MQ installed and running and I have set a debug mode for extended logging. Now I have a msmq debug log with messages like ...
Usually this is caused by an attempt to retrieve a message with a timeout of 0. This means MSMQ will fail with the error you describe if there isn't a message...
Keith Schaab
keithsc@...
Oct 5, 2005 10:45 pm
4323
Hi Martin, You will get error 0xc00e001b (MQ_ERROR_IO_TIMEOUT) each time you attempt to receive a message with a timeout, the queue is empty, and no new...
I use COM access to MQ functionality (callback interfaces and notification) and I use pQueue->EnableNotification(m_pEvent, NULL, &m_vTimeout); // 10000 msec...
Can you determine if you have ArrivedError events occurring with timeout errors (0xc00e001b)? In the code below you are going to encounter these every time...
Keith Schaab
keithsc@...
Oct 7, 2005 12:02 am
4326
1) Hardly, I do not log timeout errors in my application, since I considered them harmless :-) 2) Yes, I know that I have to enable notification again, I do...
hi all, we have a program which places message to MSMQ for delivery to a backend server. The data is first extracted from a MSDE database and then placed in...
Hi all, Being a new bie I ahve a question in triggering. Fundamentally, I am trying to a forward the messages coming to a local private queue to a remote queue...
I am using MSMQ 2.0 on Windows 2000 server to send messages to a remote system. It is sending the same message to the remote system again and again. Could...
This would indicate that the recipient computer isn't able to resolve the sending computers name to acknowledge the send Chuck ... From: msmq@yahoogroups.com...
Charles Sterling
chass@...
Feb 9, 2006 5:37 am
4331
Hi! Does anybody know if it is possible to asynchronously receive messages from a queue using a transaction....
No - you cannot receive transactional messages asynchronously. From the MSDN documentation of MQReceiveMessage (error codes): MQ_ERROR_TRANSACTION_USAGE...
hi all i'm new th this msmq group i want to know what r the security issues one should consider while accessing the msmq on remote machines.can i use...
hi all i am new in this group. i need a details abt MSMQ like, (1) Wht is Private and public queue. (2) Is it possible for sending mail using MSMQ. (3) I need...
hi I am newer in this group. i have doubt about MSMQ concept. (1) wht is private queue and public queue. (2) Is it possible for sending mail to others using...
hi I am newer in this group. i have doubt about MSMQ concept. (1) wht is private queue and public queue. (2) Is it possible for sending mail to others using...
MSMQ is not a tool for sending mail, although you could implement it as that if you wished. It would involve considerable effort compared to a purpose designed...
From my experience, working on private queues reduces a lot of maintenance and complications both in development and production. It is also faster because each...
hi all i need details about MSMQ. 1. wht is private queue and public queue. 2. how to send mail asynchronously 3. how to get message queuing acknowledgement ...
Hi All, I have somewhat same problem mentioned in http://groups.google.com/group/microsoft.public.msmq.setup/browse_frm... But the solution is not working for...
Hello, I am new on this forum, and my english is not so good :-/ Be patient ;-) Well I've a problem with one independant client MSMQ v1 on NT WorkStation. I am...