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 4224 - 4253 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4224
I sending transactional messages and on the destination queue I need to receive all the messages at once as a group instead of retrieving message by message. ...
thulasmpofu
Offline Send Email
Feb 1, 2005
1:20 pm
4225
Hi, Basically, you will need to use three message properties: Message.IsFIrstInTransaction Message.IsLastInTransaction Message.TransactionId (See ...
Yoel Arnon
yoel_arnon
Offline Send Email
Feb 1, 2005
11:20 pm
4226
I am trying to setup a MSMQ process for a win2000 hosted environment. I will have several queues that have triggers firing off exes that doing some processing...
huntster272727
Offline Send Email
Feb 3, 2005
3:41 am
4227
There is a third option, you can run as a specific account that has been granted run as service privileges, privileges to the queue and privileges to the...
Keith Schaab
keithsc@...
Send Email
Feb 9, 2005
8:01 pm
4228
Keith, I tried that and couldn't get it to work. I set up the user with the permission you mentioned below to run the trigger service. I can restart the...
huntster272727
Offline Send Email
Feb 17, 2005
4:14 pm
4229
I am using MSMQ COM using Visual C++ and use the try/catch statement to trap errors. The code is like this try { CoInitialize(NULL); IMSMQManagementPtr...
thulasmpofu
Offline Send Email
Mar 1, 2005
6:16 am
4230
First chance exception is when the exception is thrown, before your catch statement is triggered. If you hit continue it should hit your catch statement....
Keith Schaab
keithsc@...
Send Email
Mar 1, 2005
7:07 pm
4231
Check out the following link - the message appears to be harmless. <http://support.microsoft.com/kb/250563/EN-US/> ...
Hayes, Joe
joeyhayesus
Offline Send Email
Mar 1, 2005
10:05 pm
4232
Hai, We are using VC MSMQ client to send and receive messages. Currently we are encrypting the message using des3 and sending. Does MSMQ has any provision for...
Anjaneya Sastry
sastry_ka
Offline Send Email
Mar 28, 2005
8:30 am
4233
In MSMQ 3.0 you can. It can be accomplished simply by using the same methodology as sending in http except you use the https designation to go through secure...
Keith Schaab
keithsc@...
Send Email
Mar 28, 2005
7:34 pm
4234
Hey! Click here and we could both win ten million dollars! http://www.tenspot.com/index_friend.html?invite=1wwugv&ect=2ycsc4 later, Srinivasan ... This...
Srinivasan V
sinulsisl
Offline Send Email
Apr 7, 2005
3:07 pm
4235
Hi, Does anyone know of a way to tunnel MSMQ traffic over some transport other than HTTP or its native transport? Ideally, I'd like to provide my own...
guyg42
Offline Send Email
Apr 20, 2005
5:41 pm
4236
Hi Guy, You can change the port number that MSMQ is using by changing the registry key HKLM\SOFTWARE\Microsoft\MSMQ\Parameters\MsmqIpPort (default value is ...
Yoel Arnon
yoel_arnon
Offline Send Email
Apr 20, 2005
8:59 pm
4237
If the issue is controlling the ports in use, an obvious solution if MSMQ is the main traffic between two locations would be to use a VPN of some sort. Note...
Moray McConnachie
rmcubed
Offline Send Email
Apr 21, 2005
8:30 am
4238
Hi, newbie to group. I'm using MSMQ with a COM+ queued component quite successfully (Win2003 server). We now have a requirement to digitally sign outgoing...
mattkiner
Offline Send Email
Apr 26, 2005
3:57 pm
4239
Hello. I have a problem with MQ 2.0 on Windows 2000 Server. We have LAN with some workstations connected via ISDN line - but they are connected permanently and...
Bodlák Martin
mbodlak
Offline Send Email
Apr 28, 2005
1:14 pm
4240
Just a few thoughts. I dont know what those logs mean. In fact, when I had debugging enabled, I had no idea what most of the entries meant. I can tell you, I...
Michael Ledesma
basket_baller2
Offline Send Email
Apr 28, 2005
2:16 pm
4241
Hi, desperatly Begging for help now.... (I am a newbie on MSMQ) Been tracing an issue on a project using MSMQ, the settings are: * 6 to 7 transactional queues...
hhknighter
Offline Send Email
Apr 28, 2005
2:16 pm
4242
I have a few ideas that seem very simple and may not help but I will give it a shot... Message.AdministrationQueue How are you setting this property? This,...
Michael Ledesma
basket_baller2
Offline Send Email
Apr 28, 2005
2:33 pm
4243
Hi, Mike. ... Neither do I :-) And I didn't found anything of that kind on the net... ... No interesting messages here. Sometimes something about AD (problems...
Bodlák Martin
mbodlak
Offline Send Email
Apr 28, 2005
2:38 pm
4244
Hi Martin, You are right that MSMQ debug log is a little cryptic - it is actually meant to be used only by Microsoft support. I am not surprised that Google...
Yoel Arnon
yoel_arnon
Offline Send Email
Apr 28, 2005
2:49 pm
4245
Hi, Yoel. ... Well, it is said "In Google non est, ergo non est." I can't believe it is wrong... :-) ... Very interesting, thank you for the hint. I will check...
Bodlák Martin
mbodlak
Offline Send Email
Apr 28, 2005
3:00 pm
4246
Hello, MSMQ supports three levels of acknowledgement: 1. Internal MSMQ acks (like storage ack or session ack) sent from the receiver back to the sender as part...
Yoel Arnon
yoel_arnon
Offline Send Email
Apr 28, 2005
3:09 pm
4247
Hi, Yoel, You are right, the acknowledge type we used is administrationqueue. We assigned the admin queue to: pQAdminInfo.PathName:='.\Private$\Admin_MyQueue' ...
hhknighter
Offline Send Email
Apr 29, 2005
2:51 pm
4248
Ok, quick rundown of our environment then a rundown of the problem. Environment, win2k3 server with 1 app that sends to 10's of thousand of public queues on...
Michael Ledesma
basket_baller2
Offline Send Email
Apr 29, 2005
2:57 pm
4249
Hi hhknighter, It seems to me that you mixed up two kinds of acks. Ack #1 - The admin ack, going to ClientA\private$\admin_myqueue Ack #2 - Order ack, going to...
Yoel Arnon
yoel_arnon
Offline Send Email
May 1, 2005
11:06 am
4250
hi Yoel, Thanks again for your help. And sorry for my amateur understanding. Ack #2, the Order Ack. Because only the message received is being acknowledged....
hhknighter
Offline Send Email
May 1, 2005
7:42 pm
4251
Thank you all, especially Yoel, for your help! I am still evaluating the situation - the computer is not accessible for remote management (very slow...
Bodlák Martin
mbodlak
Offline Send Email
May 3, 2005
1:18 pm
4252
Hi Martin, I am glad it helped! Actually the debug file contains pointers into MSMQ source code files, so unless Microsoft starts adapting the open source...
Yoel Arnon
yoel_arnon
Offline Send Email
May 3, 2005
7:30 pm
4253
Hi, sorry to bother again, Found something relatively interesting. As we increased clients, the problem is worse. More specifically, it's random across...
hhknighter
Offline Send Email
May 16, 2005
7:05 pm
Messages 4224 - 4253 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