I had my triggers working great and then all of a sudden I kept getting errors. When i would set up a trigger that invokes a com object the trigger steps into...
kcgrove@...
Aug 2, 2001 3:13 am
482
Hello, I have just started using MSMQ with C++, and I am making some simple test with my computer. I am trying to send a message to myself using TCP...
alilakrakbi@...
Aug 2, 2001 8:37 am
483
Is this the actual address you are using? If it is make sure the loop-back adapter is installed to actually. If you are using MSMQ 1.0, make sure you have SP...
Keith Schaab
keithsc@...
Aug 2, 2001 2:27 pm
484
Hi guys, I have an msmq environment running on a wireless network and it I have seen some really wierd behaviors. I send an authenticated message and that...
mike ledesma
basket_baller@...
Aug 2, 2001 4:27 pm
485
Okay, all...I'm new. So new, as a matter fact, that I barely know what MSMQ stands for. But, I have recently received a requirement to move our SQL database...
David
cyboarg@...
Aug 2, 2001 8:19 pm
486
Please remove lking@... from this group. Lee King lking@... ===== Lee King Adjunct Professor Miami-Dade Community College leeking@... ...
Lee King
leeking@...
Aug 2, 2001 8:57 pm
487
Hi all, I'm trying to do one of two things: I either want to send a collection through the MSMQMessage.Body property or a instanciated class object. Heres my...
mark_ag@...
Aug 3, 2001 2:48 pm
488
Okay...as overwhelming as my note was yesterday I can understand why I probably didn't receive any answers. However, in the last 24 hours I have been very...
David
cyboarg@...
Aug 3, 2001 6:59 pm
489
You can send an ADO RS as the body of a message and it is extremely easy. dim RSbody as ADODB.Recordset dim oMessage as msmqmessage set omessage = new...
mike ledesma
basket_baller@...
Aug 3, 2001 9:00 pm
490
Thanks... I'm still researching the firewall issue. David...
David
cyboarg@...
Aug 6, 2001 12:47 pm
491
I have 2 other questions, though: 1. Can an ADO Recordset be sent as the body of a message? Simply put yes you can do this. You must have a disconnected...
Keith Schaab
keithsc@...
Aug 6, 2001 3:28 pm
492
Keith, Is there any difference in sending messages to MQSeries in MSMQ 3.0 from MSMQ 2.0 ? Can we send messages to MQseries using LDAP path names in 3.0 ? ...
Rayapaty, Divakar (PC...
divakar.rayapaty@...
Aug 6, 2001 3:32 pm
493
How often and can I change the interval at which it broadcasts its IP? Here is the problem. I am using wireless handhelds running win2k. These wireless...
mike ledesma
basket_baller@...
Aug 6, 2001 4:14 pm
494
Keith...thanks for all the very helpful information. My next question actually requires a description of our scenario. From our web server (our dot.com...
David
cyboarg@...
Aug 8, 2001 2:06 pm
495
I think you will be best served by the new version of MSMQ coming out with Windows XP. The reason for this is because the MSMQ team has solved this exact...
Keith Schaab
keithsc@...
Aug 8, 2001 2:20 pm
496
Hi everyone, I have a NT box running MSMQ independent client (through NT option pack 4), connected to a W2K server which is also running MSMQ. I have a send...
luy61@...
Aug 8, 2001 2:26 pm
497
You might want to point this customer to the MSMQ3.0 white paper... ... From: Keith Schaab [mailto:keithsc@...] Sent: Wednesday, August 08, 2001 5:19...
Ilan Caron
ilanc@...
Aug 8, 2001 2:39 pm
498
I have a situation I can not shed light on. I have a win2k handheld machine. It sits in a docking bay with an ip of .21 This machine also is on a wireless...
mike ledesma
basket_baller@...
Aug 8, 2001 4:06 pm
499
As a general question: Why wouldn't I simply make ADO calls through a firewall port rather than wrapping data in a message? It seems much simpler to design. ...
David
cyboarg@...
Aug 9, 2001 8:07 pm
500
How do i use MSMQEvent in Visual C++ to read messages asynchronously from a queue? Do i have to create some kind of event sink? If so, how do i do it? Thanks...
indiraramdas@...
Aug 10, 2001 2:24 pm
501
Check out the KB article that I have written for this: http://support.microsoft.com/support/kb/articles/Q236/5/87.ASP I also believe it's been made a VC sample...
Keith Schaab
keithsc@...
Aug 13, 2001 3:30 pm
502
Hi. I use MSMQ on Widows NT 4.0 with MS Visual C++ 6.0. I have COM object which is event handler (implements IDispEventImpl<0, CM3Server, ...
Bodlák Martin
martin.bodlak@...
Aug 15, 2001 9:43 am
503
Martin, I am sorry that I can't help you more than this. I've never heard of this behavior. I'm sure you have probably already done this, but I would make...
Keith Schaab
keithsc@...
Aug 15, 2001 12:43 pm
504
Hi! ... Anyway - your reply is the first meaningfull one I receive, thanks a lot!!! You're right, this is very strange behavior. ... Yes, I peeped into the...
Bodlák Martin
martin.bodlak@...
Aug 15, 2001 12:58 pm
505
Martin, If there is text in the explorer but when you do a get_Body you get an empty string you might want to check the value you are putting in for the...
Keith Schaab
keithsc@...
Aug 15, 2001 2:10 pm
506
Keith, The code doesn't change, only effects :-) I'm just trying to reinstall Service Pack on my local computer as you posted previously. It seems to be a...
Bodlák Martin
martin.bodlak@...
Aug 15, 2001 2:20 pm
507
I am writing an app with VB 6.0 and am calling a queueinfo.create to create a queue but i am offline and the error number is -1072824301 My question is where...
mike ledesma
basket_baller@...
Aug 15, 2001 7:34 pm
508
We have installed MSMQ on a NT4 domain and are using client connected to a Windows 2000 domain, which we have installed and configured the MSMQ independent...
antoinef@...
Aug 15, 2001 7:47 pm
509
I got an idea. In this COM object I use Advise and Unadvise methods. Is it possible that sometimes it stays "on" even if ending application? That means, I get...
Bodlák Martin
martin.bodlak@...
Aug 16, 2001 9:49 am
510
Hi everyone, I am experimenting with Private queues to make our app more efficient. I am creating a private queue on the client and sending a login message to...