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 4119 - 4148 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4119
Sorry for a long time to answer... I will try to find out how big the label is, although I think it will not be easy, as this error occures while reading...
Bodlák Martin
mbodlak
Offline Send Email
Apr 6, 2004
9:04 am
4120
I need to use the above COM components in C++. Has anyone used the above objects using the smart pointers? Where can I get code samples. Tx Nok...
thulasmpofu
Offline Send Email
Apr 7, 2004
11:36 am
4121
If you can figure out the labels that are causing this, that would be nice to have. I think you should talk to someone in support, as this definitely seems...
Keith Schaab
keithsc@...
Send Email
Apr 7, 2004
8:49 pm
4122
hi i need some help on this. i am running a small network with win2003 which has active directory installed. i installed message queue and created some public...
lethaljohn
Online Now Send Email
Apr 20, 2004
11:08 am
4123
Can I use a remote queue (could be public) as an acknowledgment queue? Thanks, Rakhee...
Rakhee Khilnani
krakhee20
Offline Send Email
Apr 22, 2004
6:36 am
4124
... i am working in MIS,Remote Queue So please Tell me actully what your query thanks, Ritesh __________________________________ Do you Yahoo!? Yahoo! Photos:...
ritesh chitaliya
riteshchitaliya
Offline Send Email
Apr 22, 2004
6:47 am
4125
Hi Ritesh, Just wanted to know whether I can use a remote queue as an acknowledgment queue(by acknowledgment queue I mean the administration queue used for ...
Rakhee Khilnani
krakhee20
Offline Send Email
Apr 22, 2004
6:54 am
4126
Hi All, I am facing some issues with MSMQ because the messages take very long time to reach another machine in the same network. We don't have the PSC and ESC...
Jacob, Tomy
tomykjacob
Offline Send Email
Apr 22, 2004
7:27 am
4127
Hi Navneet, Thanks a lot for the quick reply. 1) I use VC++ to write the MSMQ send message function. Please find the below code snippet for details. Does the...
Jacob, Tomy
tomykjacob
Offline Send Email
Apr 22, 2004
8:26 am
4128
Hi Friends, I am looking into some code and trying to fix a problem. However, my code interpretation and the claim made by the customer does not match. Hence, ...
Rakhee Khilnani
krakhee20
Offline Send Email
Apr 22, 2004
8:53 am
4129
Hi Navneet, The receiver at the other end is Windows NT service, where I run two threads to wait for IoPort completion for asynchronous message read. We need...
Jacob, Tomy
tomykjacob
Offline Send Email
Apr 22, 2004
9:34 am
4130
Hi, is it possible to use MSMQ in a COMPLETE DISCONNECTED Windows 98 machine? I notice that both dependent and independent clients need a "MSMQ Site...
Andre Furtado
andrewilsonf...
Offline Send Email
Apr 22, 2004
4:29 pm
4131
No, workgroup mode was introduced in MSMQ 2.0 which doesn't run on Windows 98, only MSMQ 1.0 works on Windows 98. ________________________________ From: Andre...
Keith Schaab
keithsc@...
Send Email
Apr 22, 2004
4:49 pm
4132
Yes you can definitely use a remote queue; usually it is remote to the destination but local to the sending machine. This is because it is expensive to do a...
Keith Schaab
keithsc@...
Send Email
Apr 22, 2004
4:55 pm
4133
I can't tell what type of format name you are using, but this can be caused due to two different reasons. First reason is that you have a name resolution that...
Keith Schaab
keithsc@...
Send Email
Apr 22, 2004
5:02 pm
4134
In both workgroup and AD installations MQPathNameToFormatName checks to see if the queue is local before resolving. Is your customer using Win2k MSMQ 2.0 as...
Keith Schaab
keithsc@...
Send Email
Apr 22, 2004
5:20 pm
4135
Thanks Keith. Yes, the customer says he is using Win2K, MSMQ 2.0. I have requested him to verify again. He will get back to me soon, hopefully next time I will...
Rakhee Khilnani
krakhee20
Offline Send Email
Apr 23, 2004
3:22 am
4136
I will be out of the office starting 04/16/2004 and will not return until 05/03/2004. I will be out of the country and will not have access to email or voice ...
Barry_Lamkin@...
merlinaviator
Offline Send Email
Apr 28, 2004
8:01 am
4137
We are in the process of trying to setup message queuing on a Windows 2003 server. The problem we are finding is most of the samples are for older versions of...
stevejdl
Offline Send Email
Apr 28, 2004
11:21 pm
4138
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmqqc/html/msmqtips.asp "Cursors and Priorities Note this sample returns the lo-pri message...
Michael Ledesma
basket_baller2
Offline Send Email
Apr 29, 2004
4:22 pm
4139
Current cursor position will be after the higher priority messages (higher priority messages will be inserted at the beginning of the queue just as lower...
Keith Schaab
keithsc@...
Send Email
Apr 29, 2004
4:39 pm
4140
Check out the documentation for System.Messaging and more explicitly the MessageQueue class in MSDN, there are a lot of code samples right in there. For...
Keith Schaab
keithsc@...
Send Email
Apr 29, 2004
4:44 pm
4141
The problem statement was incomplete. Almost all of the samples are for transactional queuing or public queuing located "local" or the "LAN/Intranet". We need ...
Steve
stevejdl
Offline Send Email
Apr 29, 2004
5:52 pm
4142
I don't really understand some of what you are saying. I can tell you that receiving across firewalls with NAT doesn't work. This cannot work given the way...
Keith Schaab
keithsc@...
Send Email
Apr 29, 2004
8:00 pm
4143
I have Windows NT 4.0 Server SP5 installed on a server; also MS SQL 7.0 installed and running. I need to install MSMQ PEC and Independent Client on this same ...
allen_dew04
Offline Send Email
May 12, 2004
4:30 pm
4144
PEC is a super set of the IC, so you cannot install the PEC and IC, but if you install a PEC it has client functionality. ... From: allen_dew04...
Keith Schaab
keithsc@...
Send Email
May 12, 2004
6:29 pm
4145
Ok, great -- so any service that "needs" to have IC running will/should work on a box that has PEC/PSC installed on it? (Just want to make double sure!) ... ...
allen_dew04
Offline Send Email
May 12, 2004
6:54 pm
4146
Ok, great -- so any service that "needs" to have IC running will/should work on a box that has PEC/PSC installed on it? (Just want to make double sure!) ... ...
allen_dew04
Offline Send Email
May 12, 2004
6:54 pm
4147
Yes that is correct. ... From: allen_dew04 [mailto:allen_dew04@...] Sent: Wednesday, May 12, 2004 11:54 AM To: msmq@yahoogroups.com Subject: [msmq] Re:...
Keith Schaab
keithsc@...
Send Email
May 12, 2004
7:26 pm
4148
IS tehre such a thing? Microsoft support gave me tmq but it doesnt seem to give me all the info when I run it on an XP machine. I am seeing weird problems...
basket_baller2
Offline Send Email
May 13, 2004
12:33 pm
Messages 4119 - 4148 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