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 4034 - 4063 of 4356   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4034
Hi friends, I am using VB and I read/write to MSMQ. Is there any way to increase the size of the message label in MSMQ to hold more than 250 characters. Thanks...
veena rajagopalan
moon_vr
Offline Send Email
Feb 1, 2004
12:49 pm
4035
thanks rakhee, but the same statement fails when my message label string exceeds 250 characters. I face such a scenario because the application is pretty ...
veena rajagopalan
moon_vr
Offline Send Email
Feb 1, 2004
12:54 pm
4036
Using MSMQ Private Queues in C# yields in very Strange Queue-Object communication Behavior in C#, here is the example along with some code snipplets: We use...
AndresH
andy_pandora
Offline Send Email
Feb 1, 2004
10:37 pm
4037
Dear all, <urgent> Have you ever experienced the Error Message "0xC00E004B" when opening the remote queue onto the PDA or PocketPC. We are developing the MSMQ...
ednspike
Offline Send Email
Feb 2, 2004
3:32 am
4038
The maximum length of a label allowed by the MS Message Queueing is 250. This is hardcoded as MQ_MAX_MSG_LABEL_LEN in the file MQOAI.h. So I dont think it is...
Rakhee Khilnani
krakhee20
Offline Send Email
Feb 2, 2004
5:33 am
4039
thank u for the info rakhee.. !! Also, that was a nice suggestion -Veena. ... 250. ... I dont ... could ... of the ... is 4MB . ... 250 ... as ... than ... ...
veena rajagopalan
moon_vr
Offline Send Email
Feb 2, 2004
6:32 am
4040
Did you call EndReceive() and Close() on the queue? It seems like you said that you call Close() but as removing the handler seems to fix your problem I would...
Keith Schaab
keithsc@...
Send Email
Feb 2, 2004
3:33 pm
4041
0xC00E004B is MQ_ERROR_QUEUE_NOT_AVAILABLE. Are you trying to open for receive or to send? ... From: ednspike [mailto:ednspike@...] Sent: Saturday,...
Keith Schaab
keithsc@...
Send Email
Feb 2, 2004
3:38 pm
4042
Yes I also tied calling EndReceive(), Close(), and also tried appending a Dispose() to the queue, before re-referencing the handler object.. the event still...
AndresH
andy_pandora
Offline Send Email
Feb 2, 2004
4:09 pm
4043
Perhaps your code will shed light on the first problem. For the second problem you must use acknowledgements. Message queuing is an asynchronous sending...
Keith Schaab
keithsc@...
Send Email
Feb 2, 2004
4:22 pm
4044
For the first Item I’ll make a Correction: I cannot use EndReceive() outside the async. callback or event call, because I don’t have the firing event ...
AndresH
andy_pandora
Offline Send Email
Feb 2, 2004
5:13 pm
4045
For the first Item I'll make a Correction: I cannot use EndReceive() outside the async. callback or event call, because I don't have the firing event object to...
Keith Schaab
keithsc@...
Send Email
Feb 2, 2004
10:39 pm
4046
FIRST Yes I tried to use the result of the BeginReceive() , but it seems that this argument must be used to end the receive request, and nothing is said about ...
AndresH
andy_pandora
Offline Send Email
Feb 3, 2004
5:59 pm
4047
I tried to use the result of the BeginReceive() , but it seems that this argument must be used to end the receive request, and nothing is said about aborting a...
Keith Schaab
keithsc@...
Send Email
Feb 3, 2004
6:54 pm
4048
Keith Thank you ! for the info. I already read something similar to this but did not find samples of the use of this feature, thus I also did not read every ...
AndresH
andy_pandora
Offline Send Email
Feb 4, 2004
2:40 am
4049
Sorry, I‘ve made too many changes at once, and I didn’t notice that my internal phone.Garbagge() routine stopped working (was trapped) as I excluded the ...
AndresH
andy_pandora
Offline Send Email
Feb 4, 2004
9:46 pm
4050
I am explaining a scenario below (using C++). Could someone please tell me what the out come will be --there are 2 processes ,each writing to different...
Rakhee Khilnani
krakhee20
Offline Send Email
Feb 5, 2004
7:55 am
4051
I have to say this: while I have nothing to contribute to this discussion-thread, this is very educational. Thanks to Andres and Keith for working through...
SteveC
stevecatomic9
Offline Send Email
Feb 5, 2004
2:01 pm
4052
What OS and framework version are you using? I would like to reproduce this myself. ________________________________ From: AndresH...
Keith Schaab
keithsc@...
Send Email
Feb 5, 2004
5:03 pm
4053
Rakhee, This is a very good question. The answer is actually pretty simple. If the B cursor is on a message different from the A cursor all behavior is...
Keith Schaab
keithsc@...
Send Email
Feb 5, 2004
5:15 pm
4054
Keith Schaab I finally found the solution to my prairies (the 2-nd problem) YES there is something BAD in the .NET MSMQ platform link, definitively! Here is...
AndresH
andy_pandora
Offline Send Email
Feb 5, 2004
5:15 pm
4055
Rakhee Khilnani What I think is that, despite you use MSMQ, the problem is in the app’s design level, only one app. should be able to remove the messages,...
AndresH
andy_pandora
Offline Send Email
Feb 5, 2004
5:45 pm
4056
I am locally using: WindowsXP Professional Corporate Edition (Spanish) 2002 w/Service Pack 1, 512 Md ram P4 1.6G mother SOYO P4ISR The problem reproduces...
AndresH
andy_pandora
Offline Send Email
Feb 5, 2004
5:56 pm
4057
Keith Schaab I finally found the solution to my prairies (the 2-nd problem) YES there is something BAD in the .NET MSMQ platform link, definitively! Here is...
AndresH
andy_pandora
Offline Send Email
Feb 5, 2004
5:56 pm
4058
Interesting that Yahoo! Groups has protected us from "spam" by spamming us ;). I will try your problem later today or possibly tomorrow. ...
Keith Schaab
keithsc@...
Send Email
Feb 5, 2004
6:04 pm
4059
I don't know why the Yahoo is returning my send as spam, as am correctly registered.. Any Idea WHY? Andrés Hohendahl director ... De: Keith Schaab [mailto:...
AndresH
andy_pandora
Offline Send Email
Feb 5, 2004
6:30 pm
4060
Thanks Keith and Andres, I am glad I thought of this scenario and posted it in this group for your expert opinion. I am a novice in this area and am learning a...
Rakhee Khilnani
krakhee20
Offline Send Email
Feb 6, 2004
5:02 am
4061
Hello, I don't know if I have discussed this here before... if so, sorry for bothering! We have Windows 2000 Professional SP3 machines in customer's network. ...
Bodlák Martin
mbodlak
Offline Send Email
Feb 11, 2004
4:17 pm
4062
This is probably caused by backup software or something similar attempting to KeProcessAttach to MSMQ files. That is bad since MSMQ uses a device driver to...
Keith Schaab
keithsc@...
Send Email
Feb 11, 2004
5:39 pm
4063
Thank you very much, Keith, I will try to examine this possibility. Best regards Martin...
Bodlák Martin
mbodlak
Offline Send Email
Feb 12, 2004
6:58 am
Messages 4034 - 4063 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