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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 3637 - 3666 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3637
I am wondering what is the best method to sens the whole xml file through the MSMQ - Thanks...
karunasireddy
Offline Send Email
Sep 1, 2003
11:00 pm
3638
how big is the file? and what do you mean, what is the best method? what are your constraints? ... ...
Saikrishna Nori
sai_nori
Offline Send Email
Sep 1, 2003
11:54 pm
3639
We are sending xml files in two ways: uncompressed files are sent as strings in message body, compressed msgs are sent at binary array of bytes. no problem......
Bodlák Martin
mbodlak
Offline Send Email
Sep 2, 2003
5:08 am
3640
Hi, Martin I forgotton following code in previous code. ''''''''' Dim textWriter As XmlTextWriter = New XmlTextWriter("C:\myXmFile.xml", Nothing) '''''''''''''...
karun asireddy
karunasireddy
Offline Send Email
Sep 2, 2003
1:34 pm
3641
Well, do you want to save xml to string or directly to a file? The code I sent you was intended as xml-to-string operation. If you want to store xml to file,...
Bodlák Martin
mbodlak
Offline Send Email
Sep 2, 2003
1:42 pm
3642
Hi, I'm trying to create a queue through VB 6.0 code. I have MSMQ set up as independent client on my PC and am trying to create a queue on a different PC set...
kasbles
Offline Send Email
Sep 2, 2003
6:07 pm
3643
If this is all transactional failing and calling set abort may be replacing the message in the queue. You cannot debug this method call at all to see how it...
Keith Schaab
keithsc@...
Send Email
Sep 2, 2003
6:33 pm
3644
Hi everyone, I have a situation & I am having a hard time finding any good documentation: We have private queues set up for a COM+ application, which logs to a...
Erica
angel4one
Offline Send Email
Sep 3, 2003
12:13 am
3645
Are messages building up in the retry queues or are they not being processed? ... From: Erica [mailto:ehenso@...] Sent: Tuesday, September 02, 2003 2:21...
Keith Schaab
keithsc@...
Send Email
Sep 3, 2003
7:31 pm
3646
i have a client in europe who is having intermittent problems receiving q messages while connected to my server here in nyc by vpn. during the times when he is...
Gary Harris
garyjh00
Offline Send Email
Sep 4, 2003
2:35 pm
3647
Help! I am trying to get my MSMQ NT service running and am getting the following errors in the events. The service will not come up. I can't manage my queues...
bnb01
Offline Send Email
Sep 4, 2003
4:42 pm
3648
Hi Keith, The messages are not being processed at all. It is, however, specific only to one server. Thanks, Erica...
Erica
angel4one
Offline Send Email
Sep 4, 2003
8:32 pm
3649
If the messages are not being processed listen isn't turned on or QC does not have read permissions to the queue. Did you create the queue through COM+ or...
Keith Schaab
keithsc@...
Send Email
Sep 4, 2003
9:48 pm
3650
one thing you could try, if you havent already done it, is open the queue right before a receive. i'm assuming, your application opens the queue once and keeps...
Saikrishna Nori
sai_nori
Offline Send Email
Sep 5, 2003
2:40 pm
3651
are you doing remote receives? meaning he is in europe, and opens a Q that resides in NYC? and trys to receive? ... ...
Michael Ledesma
basket_baller2
Offline Send Email
Sep 5, 2003
4:15 pm
3652
Hi, I'm trying to write a message into MSMQ and as a company we prefer to use hresults rather than exceptions. I've read MSDN and I can see that it's...
pcox101
Offline Send Email
Sep 5, 2003
7:53 pm
3653
Hi, Can I use MSMQ (on nt 4.0 server) client to communicate with MSMQ (on XP) Server ? Thanks Raf...
rafss
Offline Send Email
Sep 6, 2003
3:26 pm
3654
msmq will resolve should keep trying to resolve the queue if the connection goes down. there is an increasing timeout (can be changed in the registry). plus...
Michael Ledesma
basket_baller2
Offline Send Email
Sep 6, 2003
5:13 pm
3655
It seems like you are running the MSMQ service as a particular user. Is this user a domain user and if so does this user have permissions to the PSC/PEC? ... ...
Keith Schaab
keithsc@...
Send Email
Sep 8, 2003
8:34 pm
3656
Personally I tend to prefer to use __uuidof(MSMQQueueInfo) as this header (and other midl generated files) use the uuid declspec and it's easier to read and...
Keith Schaab
keithsc@...
Send Email
Sep 8, 2003
8:39 pm
3657
So long as it's an independent client I know you can. If you are talking about dependent clients I'm not sure. ... From: rafss [mailto:rafss@...] Sent:...
Keith Schaab
keithsc@...
Send Email
Sep 8, 2003
8:40 pm
3658
Remote receive is through RPC. You have to realize in order to remote receive a live connection must be established (and maintain) as there is no way to cache...
Keith Schaab
keithsc@...
Send Email
Sep 8, 2003
8:40 pm
3659
As I said in the mail, __uuidof(MSMQQueueInfo) doesn't work either. I am linking in mqoa.lib. Anyway, I solved the problem by generating an idl file by copying...
pcox101
Offline Send Email
Sep 9, 2003
9:36 am
3660
Tnaks a lot Keith ! Raf ... (on ... and...
rafss
Offline Send Email
Sep 9, 2003
12:38 pm
3661
Hi all, in an ASPToday article (see http://www.asptoday.com/content.asp? id=1954) I have read, that MSMQ 3 supports transport of messages btw two MSMQ servers...
fx3000se
Offline Send Email
Sep 9, 2003
5:24 pm
3662
Unsubscribe ... From: <msmq@yahoogroups.com> To: <msmq@yahoogroups.com> Sent: Tuesday, September 09, 2003 4:20 PM Subject: [msmq] Digest Number 666 ... ...
Jeffrey Whelan (Hotma...
jeffwhelan
Offline Send Email
Sep 11, 2003
2:13 pm
3663
... i've seen this work on the 'send' side, but not on the 'receive'. i am using the 'Arrived' event of MSMQEvent and it seems that event gets lost at some...
Gary Harris
garyjh00
Offline Send Email
Sep 11, 2003
5:30 pm
3664
... this is correct. the q is opened and the application waits for the 'Arrived' event of MSMQEvent. .gary __________________________________ Do you Yahoo!? ...
Gary Harris
garyjh00
Offline Send Email
Sep 11, 2003
5:33 pm
3665
I have seen this happen alot when you are debugging through the VB IDE. Do you have an arrived error event defined? I just want to make sure the case where...
Michael Ledesma
basket_baller2
Offline Send Email
Sep 12, 2003
12:58 pm
3666
I found what I need: MSSdk on undocumeted API fuctions that helps me to see outgoing messages bodies in NT4.0. BUT.... When I compiled and linked my test...
ne_hvataet_fantasii
ne_hvataet_f...
Offline Send Email
Sep 12, 2003
2:25 pm
Messages 3637 - 3666 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