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 to share photos of your group with the world? 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 3522 - 3551 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3522
I am programmatically creating a login process. I want to limit my calls to the DS as much as possible. Basically, I am creating a queue, then opening and...
basket_baller2
Offline Send Email
Jul 2, 2003
5:51 pm
3523
You can set FormatName property on the queue info object and reuse it. You can get local queue GUIDs through the management API. You can also get the GUIDs...
Keith Schaab
keithsc@...
Send Email
Jul 2, 2003
7:31 pm
3524
in the msdn the way a server is named... or described is as such LPWSTR wszPathName = ".\\PRIVATE$\\ResponseQueue"; I created a console app in VC to do...
luganuga
Offline Send Email
Jul 2, 2003
11:58 pm
3525
You have to allocate space for the string to go into, the code you sent should AV. LPWSTR refers to a L FAR archaic, refers back to the 16 bit days when there...
Keith Schaab
keithsc@...
Send Email
Jul 3, 2003
12:50 am
3526
mike? basket_baller2 <basket_baller@...> wrote:I am programmatically creating a login process. I want to limit my calls to the DS as much as possible....
Carol del Pilar
manay_carol
Offline Send Email
Jul 3, 2003
1:50 am
3527
Hello. I was asked more than once: can I assure messages delivery order even if I'm not using transactional messages? I have simple environment with no...
Bodlák Martin
mbodlak
Offline Send Email
Jul 3, 2003
11:46 am
3528
When I am installing my MSMQ Client, When my MSMQ Server is located on VAN(Vide area network) it ask for domain Controller when i am giving domain controller...
safamba
Offline Send Email
Jul 4, 2003
1:22 pm
3529
Hello everyone. I just joined this group. I hope someone can please help me. I am brand new to using MSMQ and don't really know much about it at all. I...
Brian
for_brian
Offline Send Email
Jul 4, 2003
1:22 pm
3530
Hi All, Please remove my id from the list. Thanks and Regards -Arvind ... __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95...
Arvind Zalaki
arvindmz
Offline Send Email
Jul 7, 2003
4:00 am
3531
... Á¦¸ñ : [msmq] MSMQ ³¯Â¥ : Fri, 04 Jul 2003 07:55:41 -0000 º¸³½ÀÌ : "safamba" <safamba@...> ¹Þ´ÂÀÌ : msmq@yahoogroups.com When I...

wishyouwereh...
Offline Send Email
Jul 7, 2003
7:37 am
3532
Using MSMQ 2 with Win2k Proff. I was wondering if someone could answer my question. Besides the ease of use, is there a difference between writing an msmq app...
luganuga
Offline Send Email
Jul 8, 2003
4:42 pm
3533
AFAIK, COM API functionality is a subset of C API. Martin...
Bodlák Martin
mbodlak
Offline Send Email
Jul 9, 2003
5:40 am
3534
BAYU NURCAHYONO would like to recall the message, "need help on xml interchange"....
BayuN@...
dargombes135
Offline Send Email
Jul 9, 2003
11:22 am
3535
C API has functionality that the COM library does not support. This includes management functions, asynchronous completion port receives, support for...
Keith Schaab
keithsc@...
Send Email
Jul 9, 2003
3:13 pm
3536
Hi all, I've been developing an app to run on Win XP Pro and also Win 2000 Pro. I am using queued subscriptions (to components in apps in Com services) as an...
rb7161
Offline Send Email
Jul 9, 2003
4:27 pm
3537
Use nslookup to look up the domain controller and see if it exists. The DC may not be set to itself for DNS resolution. ... From: safamba...
Keith Schaab
keithsc@...
Send Email
Jul 9, 2003
7:30 pm
3538
It's interesting that you say it's a difference in MSMQ 3 vs. MSMQ 2. My guess it is far more likely a difference between COM+ on Win2k vs. COM+ on WinXP....
Keith Schaab
keithsc@...
Send Email
Jul 9, 2003
7:38 pm
3539
There is no way to assure that messages deliver in the proper order when not using transactional messages. Reasons for out of order delivery: Priority is set...
Keith Schaab
keithsc@...
Send Email
Jul 9, 2003
7:49 pm
3540
I suspect the problem may be related to the difference in MSMQ version - but I dont know anything for sure.. There are no errors in the app event log and I...
rb7161
Offline Send Email
Jul 10, 2003
1:17 pm
3541
Hi, I have a distribution list, a producer app and a consumer app. When the consumer app starts it creates a queue and adds the queue to the members of the...
richardhthurston
richardhthur...
Offline Send Email
Jul 10, 2003
4:26 pm
3542
Hi,all friends My question is: 1.My LAN includes three WORKGROUPS without domain.All the machine in the LAN are WIN2K professional.I want to know if I can...
olimbeer
Offline Send Email
Jul 12, 2003
4:44 am
3543
you can install MSMQ in work group mode, create private queues and use "direct=os" format names to send messages. you can not use public queues, can not...
Saikrishna Nori
sai_nori
Offline Send Email
Jul 12, 2003
5:23 am
3544
Hi All, Previously i was posting with setabort in MTS. Now it is working fine when i set the component transaction support as Requires a Transaction and set...
Ravi Sankar
l_ravi_sankar
Offline Send Email
Jul 12, 2003
11:06 am
3545
Thanks Sai.With your reply I have succeded to do snd/rev message test in my LAN. Olimbeer ... use ... queues, ... but you'll ... groups. ... MSMQ? ... in ... ...
olimbeer
Offline Send Email
Jul 12, 2003
12:51 pm
3546
I have a weird problem that occasionally happens. (I hate those types) It seems to happen when the 2 computers running our message delivery apps haven't been...
basket_baller2
Offline Send Email
Jul 14, 2003
4:51 pm
3547
You should not build stateful components if you can help it. I would recommend passing any information into a method call if you need it. State should only be...
Keith Schaab
keithsc@...
Send Email
Jul 14, 2003
7:43 pm
3548
Did you read the MSDN page on this? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cossdk/ htm/pgservices_events_5sab.asp?frame=true ... ...
Keith Schaab
keithsc@...
Send Email
Jul 14, 2003
7:48 pm
3549
Hello, I have a problem (Windows2000, MSMQ in AD mode, MS VC++ 6). I try to set security for created queue in order to allow anyone to delete the queue...
Bodlák Martin
mbodlak
Offline Send Email
Jul 15, 2003
7:54 am
3550
Hi All, I have a doubt in Requires a Transaction. a)Assume that there are two component A and B which is set to Requires a Transaction. From the Client side if...
Ravi Sankar
l_ravi_sankar
Offline Send Email
Jul 15, 2003
11:59 am
3551
Ravi, a) I don't think we need to write any code other than set complete and set abort in both the components. if there are any exceptions, in the component B,...
Arvind Zalaki
arvindmz
Offline Send Email
Jul 16, 2003
4:48 am
Messages 3522 - 3551 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