although I am not familiar with the java amqp  tracer tool you mentioned and have not used it thus far...<br><br>yes, my results are consistent with yours...<br><br>and have disabled anything that i know of that could be blocking sockets etc...<br>
<br>i do not see anything showing up in any of the windows event logs either...<br><br>I am also running the wireshark packet sniffer and have the following filter applied...<br><br>(ip.dst == 192.168.100.36) || (amqp)<br>
<br>and am not seeing anything anomalous thus far...<br><br>I am also, looking at the locals, output, threads and call stack windows pretty close as well...<br>nothing jumping out there either...<br><br>i have also enabled .NET Framework source stepping and have not found anything additional that route either yet...<br>
<br>the socket trace connection aborts seem to be some kind of timeouts, and while i have been adding configurable ridiculously long timeouts everywhere i can find just to get it to work once, these timeout errors seem to be a secondary issue, from what i can tell at the moment...<br>
<br>thanks in advance.<br><br>re:<br><div class="gmail_quote">On Thu, Aug 13, 2009 at 2:01 PM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Patrick,<div class="im"><br>
<br>
Patrick Kenney wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
try this one again with the attached...<br>
<br>
from vs2005/2008 IDE...<br>
open solution...<br>
<br>
F5/debug...<br>
<br>
set no break points...<br>
<br>
frmMain comes up...<br>
<br>
enter &quot;amqp:///dispatcher&quot; in text box above btnHostDispatcher...<br>
click &quot;Host Dis&quot; ...<br>
<br>
enter &quot;amqp:///subscriber&quot; in text box above btnHostSubscriber...<br>
<br>
Click &quot;Host Sub&quot;...<br>
<br>
enter &quot;amqp:///subscriber&quot; in text box above<br>
<br>
Click &quot;Subscribe&quot;...<br>
<br>
after about a minute or so code breaks at &quot;Trace.Fail(&quot;Illegal EitherAlternative &quot; + either.Alternative);&quot; in SimpleBlockingRpcContinuation.GetReply()...<br>
</blockquote>
<br></div>
We don&#39;t see that, but ...<div class="im"><br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
after you hit f5 it breaks in a few other places and ultimately ends up in the catch in btnSubscribe_Click...<br>
<br>
if you check your output window you will see the message too long error at this time...<br>
<br>
kill the ide via the vcr button...<br>
<br>
go to &quot;C:\System.Net.TraceRabbitMq.log&quot;...<br>
<br>
open it up and execute ctrl+F...<br>
<br>
enter &quot;long&quot;...<br>
<br>
you will come to the message too long error...<br>
</blockquote>
<br></div>
we do see that error.<br>
<br>
So, finally, we can reproduce the problem you reported.<br>
<br>
<br>
Vlad and I have started some experimenting to narrow down the list of possible causes. Here&#39;s where we got to so far:<br>
<br>
1) We ran the program through our java AMQP Tracer tool. This didn&#39;t show anything unusual, except for the connections getting dropped by the client.<br>
<br>
2) If we only go as far as the &quot;Host Dis&quot; step above, and let the program run for a few minutes, then the .Net socket trace eventually shows the &quot;An established connection was aborted by the software in your host machine&quot; error.<br>

<br>
3) We then disabled the Windows Firewall, and, probably more importantly, the &quot;Windows Defender&quot;. Then we tried &quot;Host Dis&quot; (and no further) again. We waited for quite a while without seeing an error.<br>

<br>
If you could check whether you get the same results for 2 &amp; 3 in your setup that would be great.<br>
<br>
<br>
Regards,<br><font color="#888888">
<br>
Matthias.<br>
</font></blockquote></div><br>