Use an explicit message formatter, the message formatter defaults to XMLMessageFormatter for all default .NET types. Obviously the one to use is the...
Keith Schaab
keithsc@...
May 1, 2003 8:50 pm
3368
What will happen if I specify this timeout, but specify it to be 0? This is different then not specifying a timeout at all correct?...
Keith, Thank you for the answer, but I'm new to oop, and I can not figure out how to change the formatter type corectly: my code looks like this: Dim queuePath...
Not specifying a timeout means INFINITE timeout whereas specifying a timeout of 0 means don't wait for a message arrive, meaning a message will only be...
Keith Schaab
keithsc@...
May 5, 2003 4:59 pm
3372
Sorry you should use ActiveXMessageFormatter not BinaryMessageFormatter. You should read about message serialization in MSDN. ... From: svatasoiu...
Keith Schaab
keithsc@...
May 5, 2003 6:02 pm
3373
Hello All, Newbie(MSMQ) here who just got thrown into a MSMQ project. Using MSMQ 3.0 on XP pro - workgroup mode, I have set up a queue, and have had luck...
Hi, Can anyone help in read/peek the messages in the outgoing queues. The situation is something like this. User 'A' [having machine name as USERA]has send a...
I think you want the activeXformatter.... Dim msg As New System.Messaging.Message msg.Formatter = New System.Messaging.ActiveXMessageFormatter msg.Label =...
Charles Sterling
chass@...
May 6, 2003 12:53 pm
3376
Use admin access to open the queue and you can open the outgoing queue. The admin api is available from http://www.microsoft.com/msmq (you will be redirected...
Keith Schaab
keithsc@...
May 6, 2003 7:11 pm
3377
The www.domain.com service has MSMQ installed on it and it is Windows XP or Windows 2003 Server? ... From: edhollow [mailto:ed@...] Sent: Monday, May...
Keith Schaab
keithsc@...
May 6, 2003 7:13 pm
3378
Keith, The www.domain.com server has MSMQ 3 on it, with XP pro. This is the same physical server that works fine with a client inside the local network. -Ed ...
Would someone please tell me how to unsubscribe to MSMQ? THX...
Kannady, David
dkannady@...
May 6, 2003 7:42 pm
3380
Send mail to msmq-unsubscribe@yahoogroups.com If you forget the unsubscribe instructions are in every message header if you look at the full header. ... From:...
Keith Schaab
keithsc@...
May 7, 2003 12:50 am
3381
07 May 2003 Hi All, When i send a message, it is transmitted as unicode text. B'cause of which my message text gets doubled. Is there any way by which i can ...
ksaank
ksank@...
May 7, 2003 8:44 am
3382
I think the only was it to use MSMQ API instead of COM objects. The COM components work on BSTR which by default supports Unicode only whereas by using MSMQ...
If you are using the MSMQ API then below is your answer. If you are using COM API then you will need to convert your strings to vectored byte safearrays or...
Keith Schaab
keithsc@...
May 7, 2003 5:37 pm
3384
We are attempting to cluster two W2K Advanced Server (SP3) machines for use with MSMQ. MSMQ server was not set up to access active directory (this may change,...
Hi, I have a problem. I have an application on one computer (Win2K, SP2) writing to a queue on another computer (WinXP). But it just inserts the message into...
are you sending useing direct format names? or ip? or are you querying active directory? can you ping the machine (you are trying to send to) by name? by...
... private queues, direct format names, computer name is sent as full domain name. ... well... yes :-) I got it - thanks for help questions! it is DNS issue -...
Hello, is there a property someplace that will return the current # of messages in a queue waiting to be processed. Thank you....
Rick Klenotiz
rick@...
May 12, 2003 8:14 pm
3389
What API are you using? ... From: Rick Klenotiz [mailto:rick@...] Sent: Monday, May 12, 2003 12:38 PM To: msmq@yahoogroups.com Subject: [msmq] Size of...
Keith Schaab
keithsc@...
May 14, 2003 3:36 am
3390
Am using COM...
Rick Klenotiz
rick@...
May 14, 2003 12:10 pm
3391
MSMQManagement.MessageCount if you are using MSMQ 3.0, otherwise there is no property. ________________________________ From: Rick Klenotiz...
Keith Schaab
keithsc@...
May 14, 2003 2:17 pm
3392
This bug was fixed in Win2k SP 1. ... From: message2send [mailto:david.hayes@...] Sent: Friday, May 09, 2003 4:29 AM To: msmq@yahoogroups.com Subject:...
Keith Schaab
keithsc@...
May 14, 2003 2:28 pm
3393
The only things I can think of is A) the client dial up isn't being caught by MSMQ so it's no trying to send. B) You cannot see http://www.domain.com through...
Keith Schaab
keithsc@...
May 15, 2003 8:17 pm
3394
unsubscribe...
Rajie Ragbeer
rragbeer@...
May 15, 2003 9:59 pm
3395
unsubscribe Note: forwarded message attached. __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. ...
Plz UNSUBSCRIBE me from MSMQ... ... From: John Cheung [mailto:wooying2000@...] Sent: Thu 5/15/2003 6:21 PM To: msmq@yahoogroups.com Cc: Subject: [msmq]...