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...
Show off your group to the world. Share a photo of your group with us.

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 990 - 1019 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
990
Hi I was looking for some information regarding installing MQ1 on a Netware system. I received confirmation from Microsoft that MSMQ can be installed in...
Chris
chris_uk69er
Offline Send Email
Nov 1, 2001
10:04 am
991
First of all, I really don't know what you said there, and secondly, it is impossible for us to have 1.7GB or anything even close to that for size of messages....
John Sandberg
js3_nwciowa
Offline Send Email
Nov 1, 2001
4:19 pm
992
Did you check the perfmon counter? This limit is for all messages in all queues to be under 1.7GB, including dead letter, journal, all messages. It is not a...
Keith Schaab
keithsc@...
Send Email
Nov 1, 2001
4:33 pm
993
I did check the perfmon, but I am not sure what I'm looking for... What I was saying is that there could not possibly be 1.7 GB of anything in the queue since...
John Sandberg
js3_nwciowa
Offline Send Email
Nov 1, 2001
4:51 pm
994
The only other problems that can cause this error is if you call ReceiveMessage more than 64 times on a queue for an asynchronous receive. Or if the system...
Keith Schaab
keithsc@...
Send Email
Nov 1, 2001
6:06 pm
995
I am attempting to retrieve an array of integers that was loaded into a queue using VB. Dim qinfo As New MSMQQueueInfo Dim q As MSMQQueue Dim msg As New...
krussell@...
k_russell_01
Offline Send Email
Nov 1, 2001
8:29 pm
996
Thanks Mr Keith. As u said it was the problem with the DNS. The Client DNS was not pointing to the DNS Server. Now it's working fine. Thanks a lot. Bye KsanK...
ksaank@...
ksaank
Offline Send Email
Nov 2, 2001
7:18 am
997
Hi I need some help and information in doing a program in visual basic. I wud like to call the MSMQ (Microsoft Message Queue) installation program through the...
Shery aby mathew
sheryaby@...
Send Email
Nov 2, 2001
7:31 am
998
Hi, I'm interested if it's possible to read more than one message from a msmq queue in only one request, without a loop. If it is possible, please an small...
sorin vatasoiu
svatasoiu@...
Send Email
Nov 2, 2001
4:25 pm
999
definately search msdn. they have all kinds of info on unattended installs/install scripts. i have never done it so i cant help you but i do know i have come...
mike ledesma
basket_baller2
Offline Send Email
Nov 2, 2001
4:34 pm
1000
Is there any way in VB to pull the sender of the message off of the message? or Is this only obtainable using the admin api?? Thanks. Mike ...
mike ledesma
basket_baller2
Offline Send Email
Nov 2, 2001
4:36 pm
1001
Of course, these are MSMQMessage.SenderId and MSMQMessage.SenderIdType. If you want to retrieve the sender's SID this is in SenderId. If you don't want it to...
Keith Schaab
keithsc@...
Send Email
Nov 3, 2001
12:23 am
1002
You don't call MSMQ installation from VB (unless you really want to for some reason). It depends on what version we are talking about, but Mike is correct,...
Keith Schaab
keithsc@...
Send Email
Nov 3, 2001
12:31 am
1003
Only with COM events OnArrived and OnArrivedError but you still have to call EnableNotification. If you are talking about a bulk type of operation, none...
Keith Schaab
keithsc@...
Send Email
Nov 3, 2001
12:33 am
1004
Please Unsubscribe me from this egroup Thanks and Regards, Hemamalini K ... Only with COM events OnArrived and OnArrivedError ... ...
hemamalini krishnakumar
k_hema21
Offline Send Email
Nov 3, 2001
1:52 pm
1005
Hi, I'm trying to use msmq as a connection between 2 different application -one that generate input, and other that use that input(20-50 clients that use the...
Sorin
svatasoiu
Online Now Send Email
Nov 3, 2001
11:11 pm
1006
I think you will have to change your design. However, this may not be a bad thing, sounds like you are missing transactions anyway. Definitely need...
Keith Schaab
keithsc@...
Send Email
Nov 5, 2001
4:18 pm
1007
What is the fastest datatype to send in a message body? we currently use recordsets in VB and send those as the message body but i have heard that is slow,...
mike ledesma
basket_baller2
Offline Send Email
Nov 5, 2001
4:42 pm
1008
Fastest datatype from VB is string type data. If you attach a recordset to the message body then the recordset must persist its data to a stream and then MSMQ...
Keith Schaab
keithsc@...
Send Email
Nov 5, 2001
5:04 pm
1009
BTW the fastest way to send/receive data from MSMQ is to use a pointer to a binary buffer (or string) and to receive using I/O completion ports. This is...
Keith Schaab
keithsc@...
Send Email
Nov 5, 2001
5:09 pm
1010
Can u send me any VC++ sample (or link to sample )which implements OnArrived and OnArrivedError events. Basant ... From: Keith Schaab To: msmq@yahoogroups.com...
Basant Kumar
basant_bagaha
Offline Send Email
Nov 6, 2001
1:04 pm
1011
Kb article Q236587 ... From: Basant Kumar [mailto:basant@...] Sent: Tuesday, November 06, 2001 10:36 AM To: msmq@yahoogroups.com Subject: Re: [msmq]...
Keith Schaab
keithsc@...
Send Email
Nov 6, 2001
11:55 pm
1012
I have an app that runs the MQReceiveMessage method through Java. My servlet spawns a thread that starts the MQReceiveMessage method. When I first start...
John Sandberg
js3_nwciowa
Offline Send Email
Nov 7, 2001
12:02 am
1013
Is there any possible way to connect an MSMQ ver 1.0 independent installation (Win NT and win98) to a MSMQ ver 2.0 independent installation without a PEC on...
frank.veum@...
fveum
Offline Send Email
Nov 7, 2001
2:28 pm
1014
Is there any possible way to connect an MSMQ ver 1.0 independent installation (Win NT and win98) to a MSMQ ver 2.0 independent installation without a PEC on...
Keith Schaab
keithsc@...
Send Email
Nov 7, 2001
6:51 pm
1015
Are you using MSGNEXT or MSGFIRST cursor to receive the message? ... From: John Sandberg [mailto:jesandberg@...] Sent: Tuesday, November 06, 2001...
Keith Schaab
keithsc@...
Send Email
Nov 7, 2001
7:02 pm
1016
I wasn't using cursors at all. I thought that MQReceiveMessage would bypass the use of cursors and automatically receive the first message in the queue,...
John Sandberg
js3_nwciowa
Offline Send Email
Nov 7, 2001
7:50 pm
1017
Thank you for the answer. If I understand you correctly, I have to install a PEC on the net to communicate with the MSMQ v1. Is there any way to install a PEC ...
frank.veum@...
fveum
Offline Send Email
Nov 7, 2001
8:10 pm
1018
I have connected to a local queue, and am sending great. I am using xml to avoid the problem with ado version conflict. I transfer a record set to xml and...
frank.veum@...
fveum
Offline Send Email
Nov 7, 2001
8:51 pm
1019
Ah, well that makes a difference: HRESULT APIENTRY MQReceiveMessage( QUEUEHANDLE hSource, DWORD dwTimeout, DWORD dwAction, MQMSGPROPS * pMessageProps, ...
Keith Schaab
keithsc@...
Send Email
Nov 7, 2001
11:09 pm
Messages 990 - 1019 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