Hi, Everyone. We can use msmq explore in NT. so, can check queue status, mq ping, make queue, purge queue and so on... and can use api test simply. is there...
What u can do is go to ur local computers manage --> services & Applications --> see MSMQ service, then u can see queues on ur local machine. to see queues on...
You can use WMI to get MSMQ explorer type functionality. If you bring up the computer management (WMI) MMC snapin you can right click computer management...
Keith Schaab
keithsc@...
Sep 7, 2002 8:32 pm
2744
Hi, Is it possible to send files to MSMQ, other the text files (for example crystal report files, or exe files) If so, how ? Any C++ example ? Thanks...
ya, u can send msmq objects of any type. U will have to use the BinaryMessageFormatter class in .NET ... __________________________________________________ Do...
There is a utility that comes with the NTS/Win2kS resource kit call falcopy. It does exactly what you are talking about. I'm not sure if it comes with source...
Keith Schaab
keithsc@...
Sep 9, 2002 7:16 pm
2747
I am having trouble getting Events to work. Can you use event notification when the queue is private (I am doing this in work group mode). If anyone has...
You simply define a member variable with events and then declare a function xxx_OnArrived. There are plenty of examples in MSDN and the platform SDK. ... ...
Keith Schaab
keithsc@...
Sep 9, 2002 9:12 pm
2751
Yeah I have tried them. And they are not working yet. I can't figure out what is not working about this. I was wondering if you can't do events with private...
When you leave EnableNotification2 is oQEvent set to something? Also where are your Arrived and ArrivedError event handlers? ... From: CR_Geoff...
Keith Schaab
keithsc@...
Sep 9, 2002 10:00 pm
2753
When I leave EnableNotification2 oQEvent is something. When I get back to EnableNotification it is nothing. I have a feeling that some error is getting eaten...
I found the error. Thanks for your help. I rechecked the event handlers and they were somehow mislabled. The event name was named oQEvents_Arrived instead...
Dear All, I have a problem with MSMQ application. I am using ASP AND VB6.0 for this application. Some times when message is sent to the Queue, in the computer...
sskannan
sskannan@...
Sep 10, 2002 12:37 pm
2756
dear friends, I have installed the MSQ Server On Win2000 Advanced server set up.And i am able to send messages to the Queue. but it vanishes from the queue...
... Hi Friend, Set .Delivery = MQMSG_DELIVERY_RECOVERABLE for your massage object ______________________________________________________________________ __ ......
sskannan
sskannan@...
Sep 10, 2002 1:01 pm
2758
Dear All, I have a serious problem with MSMQ. I have a message Queue appliction running on Win 2000 Server. Some time when I send messages to the queue they...
sskannan
sskannan@...
Sep 10, 2002 1:54 pm
2759
Reliable delivery. There are three types of delivery, express (default), reliable, and transactional. Reliable and transactional are persistent across...
Keith Schaab
keithsc@...
Sep 10, 2002 4:41 pm
2760
Do you have any events in the event log? If the snapin is failing to load in WMI you should be getting some type of error. ... From: sskannan...
Keith Schaab
keithsc@...
Sep 10, 2002 4:42 pm
2761
When this happens is the MSMQ service running? Check the system and application event logs for errors. ... From: sskannan [mailto:sskannan@...] Sent:...
Keith Schaab
keithsc@...
Sep 10, 2002 4:43 pm
2762
There is a System log which says 'Message Delivery for the remote domain failed for the folowing reason, The remote server did not respond to a connection...
sskannan
sskannan@...
Sep 10, 2002 5:05 pm
2763
You are using a dependent client? ... From: sskannan [mailto:sskannan@...] Sent: Tuesday, September 10, 2002 10:06 AM To: msmq@yahoogroups.com Subject:...
Keith Schaab
keithsc@...
Sep 10, 2002 5:26 pm
2764
Yes I am using dependent client ... and ... Queuing ... colleagues ... and...
sskannan
sskannan@...
Sep 10, 2002 5:35 pm
2765
Several things can be happening here. Probably don't want to use a dependent client for a high availability application. Dependent client makes a RPC...
Keith Schaab
keithsc@...
Sep 10, 2002 6:06 pm
2766
Can I use independent client for this situaton with out changing the code. Please let me know ... client ... dependent ... In ... creating ... you ... top ... ...
sskannan
sskannan@...
Sep 11, 2002 1:53 pm
2767
there will no code change. u'll need to reinstall MSMQ though(this time as an independent client) and may be recreate the queues, if they are on the same...
I tried this on the same net work with TCP/IP but it is not recognazising the queues. Do you know why it is happening ? ... time as ... on the ... the ... use...
sskannan
sskannan@...
Sep 11, 2002 2:43 pm
2769
Possibly, it depends on the way your application is written, mostly the way you are opening queues and where they reside. For example if you use a . for...
Keith Schaab
keithsc@...
Sep 11, 2002 3:42 pm
2770
What error do you get? ... From: sskannan [mailto:sskannan@...] Sent: Wednesday, September 11, 2002 7:44 AM To: msmq@yahoogroups.com Subject: [msmq] Re:...