Keith, Thanks for your reply. We are currently testing a value of 1200 for the MulticastRateKbitsPerSec. I'm not sure what you mean by the addressing method...
maz08555
m.zuckerman@...
May 1, 2002 3:58 pm
2191
Hi all, I need to find out the version of MS Q programmatically. Any ideas on how to do this? Thanks, Sridhar....
I'm not sure what you mean by the addressing method for multicast. The transmitting application uses the C API and opens uses an address string like...
Keith Schaab
keithsc@...
May 1, 2002 6:26 pm
2193
What version number are you looking for? Minor or major revision level? These can be obtained through the admin API. ... From: sridharsa...
Keith Schaab
keithsc@...
May 1, 2002 6:27 pm
2194
Thanks again for your reply, Keith. To clarify our problem: According to Microsoft's MSMQ 3.0 White Paper, MSMQ multicasting is acomplished in Windows XP using...
maz08555
m.zuckerman@...
May 1, 2002 7:24 pm
2195
I have a design question for you guys. We have an app that receives messages periodically throughout the day. These messages need to be processed now, and...
According to Microsoft's MSMQ 3.0 White Paper, MSMQ multicasting is acomplished in Windows XP using Pragmatic General Multicast (PGM). (The White Paper points...
Keith Schaab
keithsc@...
May 1, 2002 7:35 pm
2197
I would suggest you are on the correct path here. Maybe triggers are not your answer, but you probably want to process the information and then send the...
Keith Schaab
keithsc@...
May 1, 2002 7:43 pm
2198
On other thing to note, or should I say two other things. First, the client app runs on a wireless network. Meaning, bandwidth is at a premium. But, equally...
On other thing to note, or should I say two other things. First, the client app runs on a wireless network. Meaning, bandwidth is at a premium. But, equally...
Keith Schaab
keithsc@...
May 1, 2002 9:41 pm
2200
Hello, I would like to know how to use this Dll for setting the queue security. I have to modified an existing ACL or create a new ACL. What function must I ...
philippe.entringer@...
May 2, 2002 10:48 am
2201
Keith, Thanks for pointing me to the PGM spec. It makes great bedtime reading <g>. This is how we set up our journaling experiment: we allocated 100K for...
maz08555
m.zuckerman@...
May 2, 2002 3:32 pm
2202
Ulitmately u are sending 2 messages anyway, so what is the point ?. Send it from the first machine itself. It does not make any difference whatsoever, if all 3...
Interesting !, then definitely, u can send only one message from ur sender, and then just "forward" that one message from the receiver machine. I do something...
When you ran this test did you purge the journal queue prior to proceeding with the second step? If you did I would suggest you should also wait for the...
Keith Schaab
keithsc@...
May 2, 2002 4:45 pm
2205
You must create all components, use the ACE to add to ACL then use the security permissions to add those permissions to the queue or change security to that...
Keith Schaab
keithsc@...
May 2, 2002 4:47 pm
2206
let me explain a little better. I think you are a little confused of what is going on. Think of 2 machines. A client and server (sender). The server sends...
I agree this is the best approach that way you are only sending the message over the wire once. Machine cycles are fairly low in order to accomplish this too....
Keith Schaab
keithsc@...
May 2, 2002 5:56 pm
2208
Yes, we did purge the journal queue (I neglected to mention this, sorry). The messages are about 70-80 bytes apiece. Thanks for your suggestions about refining...
maz08555
m.zuckerman@...
May 2, 2002 6:13 pm
2209
Yes, we did purge the journal queue (I neglected to mention this, sorry). The messages are about 70-80 bytes apiece. Thanks for your suggestions about refining...
maz08555
m.zuckerman@...
May 2, 2002 6:14 pm
2210
With such a small message fragmentation would be at a minimum. ... From: maz08555 [mailto:m.zuckerman@...] Sent: Thursday, May 02, 2002 11:13 AM To:...
Keith Schaab
keithsc@...
May 2, 2002 6:22 pm
2211
I am looking to implement at solution using MSMQ 3.0 however I have some questions: 1.) If I am using MSMQ 3.0 and HTTPS/SOAP via direct format name as a ...
tufus2001
joe.rodriguez@...
May 2, 2002 8:39 pm
2212
1.) If I am using MSMQ 3.0 and HTTPS/SOAP via direct format name as a transport mechanism between message queues over the internet, does this mean that I can...
Keith Schaab
keithsc@...
May 2, 2002 9:09 pm
2213
Ok, a couple more questions. Regarding my previous first question, if I use Win XP/MSMQ 3.0 I could directly send a message to the remote Queue with being able...
tufus2001
joe.rodriguez@...
May 2, 2002 9:34 pm
2214
Regarding my previous first question, if I use Win XP/MSMQ 3.0 I could directly send a message to the remote Queue with being able to bypass the directory...
Keith Schaab
keithsc@...
May 2, 2002 9:57 pm
2215
Hello, I want to Open a PRIVATE queue (with Send Access) located on a remote machine. But when I call the MQPathnametoFormatName() function, there is an error:...
philippe.entringer@...
May 3, 2002 2:25 pm
2216
When I use the MQOpenQueue() function on a independant client, does it possible to use a timer. It let me to none block the system if the independant client is...
philippe.entringer@...
May 3, 2002 2:33 pm
2217
You don't call MQPathnameToFormatName for private queues. ... From: philippe.entringer@... [mailto:philippe.entringer@...] Sent:...
Keith Schaab
keithsc@...
May 3, 2002 4:28 pm
2218
MQOpenQueue() does not use a timer. It should not block either. ... From: philippe.entringer@... [mailto:philippe.entringer@...]...
Keith Schaab
keithsc@...
May 3, 2002 4:29 pm
2219
Hello, I want to open a private queue located on a remote computer ? How I do this without calling MQPathnametoFormatName() ? thanks ....