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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2741 - 2770 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2741
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...
wishyouwereherekr
wishyouwereh...
Offline Send Email
Sep 7, 2002
1:52 am
2742
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...
vijay mohan
vijaymohan1979
Offline Send Email
Sep 7, 2002
7:27 am
2743
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@...
Send Email
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...
danip_1
Offline Send Email
Sep 9, 2002
4:49 pm
2745
ya, u can send msmq objects of any type. U will have to use the BinaryMessageFormatter class in .NET ... __________________________________________________ Do...
vijay mohan
vijaymohan1979
Offline Send Email
Sep 9, 2002
5:22 pm
2746
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@...
Send Email
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...
CR_Geoff
Offline Send Email
Sep 9, 2002
7:29 pm
2748
What language and/or class library are you using? ... From: CR_Geoff [mailto:cr_geoff@...] Sent: Monday, September 09, 2002 12:29 PM To:...
Keith Schaab
keithsc@...
Send Email
Sep 9, 2002
7:32 pm
2749
I am using VB and MSMQ v2 for Win2000. It is set up in workgroup mode. Private queues only. ... group ... and...
CR_Geoff
Offline Send Email
Sep 9, 2002
8:41 pm
2750
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@...
Send Email
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...
CR_Geoff
Offline Send Email
Sep 9, 2002
9:27 pm
2752
When you leave EnableNotification2 is oQEvent set to something? Also where are your Arrived and ArrivedError event handlers? ... From: CR_Geoff...
Keith Schaab
keithsc@...
Send Email
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...
CR_Geoff
Offline Send Email
Sep 9, 2002
10:04 pm
2754
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...
CR_Geoff
Offline Send Email
Sep 9, 2002
10:10 pm
2755
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@...
Send Email
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...
Nithin Balakrishnan
nbnithin
Offline Send Email
Sep 10, 2002
12:49 pm
2757
... Hi Friend, Set .Delivery = MQMSG_DELIVERY_RECOVERABLE for your massage object ______________________________________________________________________ __ ......
sskannan
sskannan@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
Sep 10, 2002
5:26 pm
2764
Yes I am using dependent client ... and ... Queuing ... colleagues ... and...
sskannan
sskannan@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Saikrishna Nori
sai_nori
Offline Send Email
Sep 11, 2002
2:31 pm
2768
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@...
Send Email
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@...
Send Email
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:...
Keith Schaab
keithsc@...
Send Email
Sep 11, 2002
3:42 pm
Messages 2741 - 2770 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