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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 330 - 359 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
330
This is in one of the updates. Install the latest update at ftp://ftp.microsoft.com/reskit/nt4/x86/ and you will then have it. ... From: st_michael...
Keith Schaab
keithsc@...
Send Email
Mar 1, 2001
6:54 pm
331
Hi Keith, Thanks. Just a follow question and comment : My company needs to integrate different systems over the internet. In the first place we created these...
st_michael
st_michael@...
Send Email
Mar 6, 2001
5:11 pm
332
Hi all, I have suffered a problem whereby messages I've had on queues were lost on machine reboot. Someone has mentioned to me about express messages, but...
Tim Tyler
tim.tyler@...
Send Email
Mar 13, 2001
4:10 pm
333
From C++: if(bRecoverable) msg->PutDelivery(MQMSG_DELIVERY_RECOVERABLE); else msg->PutDelivery(MQMSG_DELIVERY_EXPRESS); Do this before sending the message. ...
Douglas Nebeker
doug@...
Send Email
Mar 13, 2001
4:13 pm
334
What happens when I use Queued components, are the messages recoverable by default or do I have set them some how ? ... From: Douglas Nebeker...
Naresh Sawant
nsawant@...
Send Email
Mar 13, 2001
5:51 pm
335
Douglas, Many thanks for that - that's worked great! I'm now hitting a problem (since that change has gone in), where messages are not being delivered...have...
Tim Tyler
tim.tyler@...
Send Email
Mar 14, 2001
3:08 pm
336
Without knowing more about your situation, I'd look in the local outgoing queue to see if messages are building up there. I think you could look at the queue...
Douglas Nebeker
doug@...
Send Email
Mar 14, 2001
4:12 pm
337
Is it possible to use MSMQ for a java pgm to talk to a c++ program??? Not considering j++... Thanks!...
ralph_dellamorte@...
Send Email
Mar 14, 2001
9:19 pm
338
When I use a path name of SERVER1\QUEUE1 everything works great. When I try DIRECT=OS:SERVER1\QUEUE1, I get the following error: hr=0xC00E0003, The queue is...
Douglas Nebeker
doug@...
Send Email
Mar 16, 2001
1:00 am
339
Hi Doug From my experience, you can't use DIRECT when trying to open a queue for reading, only sending. I suppose that it make sense in that you can't read a...
Anthony Van Zyl
anthony@...
Send Email
Mar 16, 2001
7:53 am
340
It sounds like you are using DIRECT= in place of path name, it should be placed in format name instead. ... From: Anthony Van Zyl...
Keith Schaab
keithsc@...
Send Email
Mar 21, 2001
11:42 pm
341
hi... I have to foem the XML files as que. is it possible through MSMQ. mean that can we form .XML files in to Que. help me .... Uma...
talashil@...
Send Email
Mar 23, 2001
3:28 pm
342
Hi... I am planning to use Windows ME operating system for MSMQ aoolications. Is It possible to do? Pls help me... Uma...
talashil@...
Send Email
Mar 23, 2001
3:35 pm
343
Could someone please point me to some links that will tell me what the infrastructure requirements are for MSMQ? And how best to optimize it... I have a client...
mkrajca@...
Send Email
Mar 26, 2001
1:43 pm
344
How do I unsubscribe to this list? ... From: mkrajca@... [mailto:mkrajca@...] Sent: den 26 mars 2001 15:44 To: msmq@yahoogroups.com Subject:...
Anders Samuelsson
anders.samuelsson@...
Send Email
Mar 28, 2001
8:53 am
345
Just a quick question, hopefully to clarify what I "thought" to be correct about MSMQ: Will not a Independent client continue to cache messages if it's PEC...
Boyd, Brad
bradboyd@...
Send Email
Mar 29, 2001
11:53 am
346
Sounds like you are sending express messages. You have to mark your messages as recoverable or send to a transactional queue for messages to survive a restart...
Keith Schaab
keithsc@...
Send Email
Apr 2, 2001
8:23 pm
347
I don't know which version you are using but version 1 (in NT 4) is very flacky. We use it to have reports delivered to user's machines and everything would...
cenon@...
Send Email
May 14, 2001
5:58 am
348
The version of MSMQ1.0 in NT4 SP6 is quite reliable. Microsoft is committed to addressing any known problem: please work with Microsoft PSS on reporting...
Ilan Caron
ilanc@...
Send Email
May 14, 2001
6:33 am
349
Has anyone else seen the following entry in their application error log? This crops up sporadically in an application I'm working on, and I haven't found the...
Steve Swope
steveswope@...
Send Email
May 15, 2001
6:39 pm
350
I have an app that continually reads from a queue and processes requests About once or twice a day, the applications get the following error: 0xC00E004B -...
Douglas Nebeker
doug@...
Send Email
Jun 1, 2001
4:19 pm
351
Got a weird, undefined MSMQ error. The error number is 0xC00E006A. I'm working on a Win2000 Advanced Server (not a domain controller) with MSMQ Server...
Leonid Bensman
lbensman@...
Send Email
Jun 20, 2001
9:17 pm
352
I don't have any documentation in front of me at the moment, but most MS APIs typically require a \\ in front of the machine name if it is given. ... From:...
Douglas Nebeker
doug@...
Send Email
Jun 20, 2001
9:22 pm
353
You cannot locate a private queue. You must use private or direct formats to open a private queue. If you want to locate queue you need to set up Active...
Keith Schaab
keithsc@...
Send Email
Jun 21, 2001
2:22 pm
354
When using MSMQ it is not necessary to have the \\. I'm not sure what happens if you put them in there, but I figure you would get an error. ... From: Douglas...
Keith Schaab
keithsc@...
Send Email
Jun 21, 2001
2:23 pm
355
Hello, I'm trying to send a recordset to MSMQ but I got error assigning a recordset to the message body "No such interface supported". I will apreciate some...
mmorales@...
Send Email
Jun 28, 2001
2:21 pm
356
This requires NT service pack 4 or higher. If you have a higher service pack then you installed MSMQ after installing the service pack. You should always...
Keith Schaab
keithsc@...
Send Email
Jun 28, 2001
4:36 pm
357
Thank you, but I already installed NT service pack 4 and I still got the same error.  -----Original Message----- From: Keith Schaab...
Melva Morales
mmorales@...
Send Email
Jun 29, 2001
3:53 am
358
If you right click mqoa.dll in the \winnt\system32 directory what is the version number? ... From: Melva Morales [mailto:mmorales@...] Sent:...
Keith Schaab
keithsc@...
Send Email
Jun 29, 2001
4:08 pm
359
The version is 5.0.0.720 Melva Morales (954)453-7213 ... From: Keith Schaab [mailto:keithsc@...] Sent: Friday, June 29, 2001 12:06 PM To:...
Melva Morales
mmorales@...
Send Email
Jun 29, 2001
4:15 pm
Messages 330 - 359 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