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 4179 - 4208 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4179
The exact error message in the event viewer of the server is: Event 2087 on MSMQ Clients Access License (CAL) limit has been reached. This server will not be...
bauwensdidier
Offline Send Email
Jul 30, 2004
4:34 pm
4180
Well In 'Licensing' of the Control Panels of the servers, we use 'per seat' client licensing mode for NT Server ans SQL Server 7.0 Didier...
bauwensdidier
Offline Send Email
Jul 30, 2004
4:35 pm
4181
Hello everybody Can you help me ? We use - 6 sites, 1 PSC and 1 BSC by site - of course a PEC - MSMQ 1.0 - Windows NT 4.0 sp 6a For some computers, we have...
bauwensdidier
Offline Send Email
Jul 30, 2004
4:35 pm
4182
More than likely you've turned off the license logging service. ... From: bauwensdidier [mailto:didier.bauwens@...] Sent: Friday, July 30, 2004 6:43 AM ...
Keith Schaab
keithsc@...
Send Email
Aug 2, 2004
7:34 pm
4183
YES, it's working, thanks ... server) ... ... and...
bauwensdidier
Offline Send Email
Aug 3, 2004
8:33 am
4184
Hello everybody Can you help me ? We use - 6 sites, 1 PSC and 1 BSC by site - of course a PEC - MSMQ 1.0 - Windows NT 4.0 sp 6a Sometimes, for some clients,...
bauwensdidier
Offline Send Email
Aug 3, 2004
2:11 pm
4185
What type of messages are you using? ... From: bauwensdidier [mailto:didier.bauwens@...] Sent: Tuesday, August 03, 2004 7:11 AM To: msmq@yahoogroups.com ...
Keith Schaab
keithsc@...
Send Email
Aug 3, 2004
6:08 pm
4186
Here are the few lines of code (visual basic) where the message is defined before sent ... Set QueueMessage = New MSMQMessage With QueueMessage ...
bauwensdidier
Offline Send Email
Aug 4, 2004
10:28 am
4187
I now only know that you are not using express messages. Are you using a transactional queue? Delivery is different for transactional and non-transactional...
Keith Schaab
keithsc@...
Send Email
Aug 5, 2004
5:10 pm
4188
Hi Keith Thanks a lot for your idees :-) There are no transactional queues ! In fact, the check box of this property of the queues on the server is not...
bauwensdidier
Offline Send Email
Aug 5, 2004
6:31 pm
4189
You will not be able to set the transactional property on a queue after it has been created. You will have to create a new transactional queue. Duplicate...
Keith Schaab
keithsc@...
Send Email
Aug 5, 2004
6:56 pm
4190
hi, i've just started to use msmq. and when i was trying to create a queue, the create() method gave me a 0x80040154 error. i managed to find out that it's...
janovaii
Offline Send Email
Sep 1, 2004
8:23 pm
4191
Hello everybody Can you help me ? We use - 6 sites, 1 PSC and 1 BSC by site - of course a PEC - MSMQ 1.0 - Windows NT 4.0 sp 6a But, we are going to update...
bauwensdidier
Offline Send Email
Sep 1, 2004
9:04 pm
4192
Do you have Message Queuing installed? Although it is part of operating system, it is not installed by default. What OS version do you have? Martin...
Bodlák Martin
mbodlak
Offline Send Email
Sep 2, 2004
6:05 am
4193
Hello. In MSMQ 3.0 (which is present in XP) there are no standalone PECs or so. The information is stored in Active Directory instead. I think I have seen some...
Bodlák Martin
mbodlak
Offline Send Email
Sep 2, 2004
6:09 am
4194
i'm using Windows XP Professional ... default. ... create a ... to ... someone...
janovaii
Offline Send Email
Sep 2, 2004
1:05 pm
4195
... No, you can have as many PECs as you want. ... The migration checklist and documentation can be found in the Windows 2003 Server help file (or Windows 2000...
Keith Schaab
keithsc@...
Send Email
Sep 2, 2004
5:30 pm
4196
Did you installed MSMQ? Right click "My Computer" and select Manage. Then look for Message Queuin in Services... if it is here and running, the problem will be...
Bodlák Martin
mbodlak
Offline Send Email
Sep 3, 2004
5:37 am
4197
Hi, i am working on MSMQ raw APIs in VC6. On LAN while using the MQReceiveMessage Function using windows event mechanism, whenever there is a disconnection or...
Ejaz ul Haq
ejaz_ul_haq
Offline Send Email
Sep 9, 2004
12:22 pm
4198
What error code (number) are you getting from MQGetOverlappedResult? ________________________________ From: Ejaz ul Haq [mailto:euh236@...] Sent:...
Keith Schaab
keithsc@...
Send Email
Sep 9, 2004
4:20 pm
4199
Hi keith while using MQReceiveMessage via windows event management , on disconnection from a machine on which i am monitoring for messages, i receive an...
Ejaz ul Haq
ejaz_ul_haq
Offline Send Email
Sep 10, 2004
7:55 am
4200
Hi keith while using MQReceiveMessage via windows event management , on disconnection from a machine on which i am monitoring for messages, i receive an...
Ejaz ul Haq
ejaz_ul_haq
Offline Send Email
Sep 10, 2004
7:55 am
4201
0xc00e0008 MQ_ERROR_OPERATION_CANCELLED should only happen if the queue handle is closed. Remote receive is simply a RPC call to the remote queue manager, any...
Keith Schaab
keithsc@...
Send Email
Sep 11, 2004
5:50 am
4202
Hi all, I am a new member. Whats the throughput of MSMQ 3.0? Its urgent... Thanks in advance, John...
John Christopher
jonvadassery
Offline Send Email
Sep 30, 2004
12:02 pm
4203
There are a lot of factors affecting throughput. There is a whitepaper based on MSMQ 2.0 performance tests done by Microsoft at: ...
Dave Misc
davidpet86
Offline Send Email
Sep 30, 2004
12:58 pm
4204
Hi Dave, Yeah a lot articles are there about MSMQ 2.0 but nothing fruitful is there about MSMQ 3.0. Anyway Thanks John ... whitepaper ... ...
John Christopher
jonvadassery
Offline Send Email
Sep 30, 2004
1:02 pm
4205
There aren't any differences that I can think of that would affect performance in 3.0 either way over 2.0. MSMQ 3.0 just came out in Win2k3 so I'm sure it...
Keith Schaab
keithsc@...
Send Email
Sep 30, 2004
7:01 pm
4206
Hello, are there any effects of applying SP2 with regards to MSMQ or AD? (Windows XP Pro SP2, VisualC++ 6.0) I encountered strange behavior (probably after...
Bodlák Martin
mbodlak
Offline Send Email
Oct 6, 2004
1:13 pm
4207
That seems like AD replication issues to me. I wonder if, for some reason, applying SP2 to the workstations somehow affected what AD server they talk to. ... ...
Keith Schaab
keithsc@...
Send Email
Oct 6, 2004
5:39 pm
4208
How can I realize that? Are there some registry entries? utilities? other resources? Martin...
Bodlák Martin
mbodlak
Offline Send Email
Oct 11, 2004
11:26 am
Messages 4179 - 4208 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