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...
Hello ppl..i am new to msmq..I am trying to store messages from asp.net into message que.The messages are gettin store in the que.But once i switch off my...
You need to set the recoverable message property to true. This will write the message to disk, but will impact performance greatly. (See white paper ...
hello,,Thanks for your reply.The link which u had told me to refer shows the following code Dim msmqMessage As System.Messaging.Message msmqMessage = New...
Hi All I have a problem with our MSMQ system. I have a remote PC that has got docking handhelds which when connected push all the data to the SQL server that...
hi..i m just a newbie...dontknw if its gonna be right...there is a maximum limit of the size of the que..may be because of the que...may be because of tht it...
A couple of questions, are you using MSMQ triggers or your own application to consume the messages on the PC? Also have you tried running SQL Profiler to see...
Keith Schaab
keithsc@...
Oct 24, 2006 12:28 am
4352
hi ppl.. I am sending message to The MSMQ (Microsoft messaging Queue)...wht i want is tht when the message is recieved in the message queue it should invoke...
I am experiencing a problem with MSMQ 3.0. I have a public queue named hb which you can read and write message from for a while. After some time you can no ...
Hi all This has probably been dealt with and I probably did not understand what I should be doing, so please bear with me I am using MSMQ V3 and using the COM...