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...
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 ...
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...
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...
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...
thank u for the info rakhee.. !! Also, that was a nice suggestion -Veena. ... 250. ... I dont ... could ... of the ... is 4MB . ... 250 ... as ... than ... ...
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@...
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@...
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...
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@...
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 ...
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@...
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 ...
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@...
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 ...
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 ...
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...
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...
What OS and framework version are you using? I would like to reproduce this myself. ________________________________ From: AndresH...
Keith Schaab
keithsc@...
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@...
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...
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,...
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...
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...
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@...
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:...
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...
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. ...
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@...
Feb 11, 2004 5:39 pm
4063
Thank you very much, Keith, I will try to examine this possibility. Best regards Martin...