Search the web
Sign In
New User? Sign Up
msmq · Microsoft MSMQ Discussion List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4326 - 4356 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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...
Bodlák Martin
mbodlak
Offline Send Email
Oct 7, 2005
12:06 pm
4327
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...
hhknighter
Offline Send Email
Oct 17, 2005
2:56 am
4328
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...
Alper Boyacılar
aaboyacilar
Offline Send Email
Nov 30, 2005
3:47 pm
4329
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...
vijaykumar321
Offline Send Email
Feb 9, 2006
5:00 am
4330
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@...
Send Email
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....
w9621997
Offline Send Email
Mar 2, 2006
2:05 pm
4332
No - you cannot receive transactional messages asynchronously. From the MSDN documentation of MQReceiveMessage (error codes): MQ_ERROR_TRANSACTION_USAGE...
Yoel Arnon
yoel_arnon
Offline Send Email
Mar 2, 2006
4:26 pm
4333
hi all, what is max no of message queue one can have and what is max message size and what is the max size of a queue...? thanks...
nirmal
rock_nirmal
Offline Send Email
Mar 20, 2006
3:42 pm
4334
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...
nirmal
rock_nirmal
Offline Send Email
Mar 20, 2006
3:43 pm
4335
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...
Aravinda K
aravindamca
Offline Send Email
May 9, 2006
1:32 pm
4336
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...
Aravinda K
aravindamca
Offline Send Email
May 9, 2006
1:32 pm
4337
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...
Aravinda K
aravindamca
Offline Send Email
May 10, 2006
4:35 am
4338
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...
Moray McConnachie
rmcubed
Offline Send Email
May 10, 2006
8:19 am
4339
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...
Vijay Mohan. D
vijaymohan1979
Offline Send Email
May 10, 2006
3:50 pm
4340
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 ...
Aravinda K
aravindamca
Offline Send Email
May 12, 2006
6:23 am
4341
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...
shameervn2000
Offline Send Email
Jun 3, 2006
1:25 pm
4342
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...
Didier Bauwens
didier_tdm
Offline Send Email
Sep 27, 2006
12:57 pm
4343
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...
shahbaz_yousuf555
shahbaz_yous...
Offline Send Email
Oct 6, 2006
5:27 pm
4344
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 ...
Michael Ledesma
basket_baller2
Offline Send Email
Oct 6, 2006
7:12 pm
4345
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...
shahbaz_yousuf555
shahbaz_yous...
Offline Send Email
Oct 7, 2006
6:41 am
4347
The sample code in that article is VB6. You need to figure out how the recoverable property is exposed in the language you are using. Try this: ...
Michael Ledesma
basket_baller2
Offline Send Email
Oct 7, 2006
12:27 pm
4348
ITS NT WORKIN,,,ONCE I RESTART THE SYSTEM NONE OF THE QUES ARE THERE .. Michael Ledesma <basket_baller@...> wrote:...
shahbaz yousuf
shahbaz_yous...
Offline Send Email
Oct 7, 2006
1:22 pm
4349
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...
Shabu
shabu_rama
Offline Send Email
Oct 17, 2006
2:58 pm
4350
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...
shahbaz_yousuf555
shahbaz_yous...
Offline Send Email
Oct 19, 2006
5:07 pm
4351
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@...
Send Email
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...
shahbaz_yousuf555
shahbaz_yous...
Offline Send Email
Nov 10, 2006
2:03 pm
4353
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 ...
mholli40
Offline Send Email
Mar 22, 2007
3:15 pm
4354
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...
Lawrence_Fisher@...
larrybigfoot
Offline Send Email
Jul 18, 2007
12:28 pm
4355 James McGovern
jm04469
Offline Send Email
Apr 2, 2008
9:34 am
4356 Keith Schaab
keithsc@...
Send Email
Apr 14, 2008
3:32 pm
Messages 4326 - 4356 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help