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...
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@...
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...
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@...
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....
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...
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...
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...
Hi All, Please remove my id from the list. Thanks and Regards -Arvind ... __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95...
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...
C API has functionality that the COM library does not support. This includes management functions, asynchronous completion port receives, support for...
Keith Schaab
keithsc@...
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...
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@...
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@...
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@...
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...
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...
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...
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...
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...
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 ... ...
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...
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@...
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@...
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...
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, 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,...