k, so I added a config file entry to disable defaultheartbeat in ConnectionParameters.cs...<br><br>doing a subscribe no longer returns message too long error but it is still failing...<br><br>host subscriber and host dispatcher still work...<br>
<br>I am attaching my trace and error files I am writing out...<br><br>thanks in advance.<br><br>re:<br><div class="gmail_quote">On Thu, Aug 13, 2009 at 3:04 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;">
I do not have windows defender, and when I have windows firewall and my anti-virus software disabled things look good as far as the host dispatcher/host subscriber calls go ...<br>
<br>
but the subscribe call raises the message too long error followed by connection aborts regardless of what i have done so far...<br>
<br>
having anti-virus and or windows firewall without exceptions will cause blocking/software aborted messages here too...<br>
</blockquote>
<br></div>
ok. One thing worth trying is disabling heartbeats. I don&#39;t know whether that is possible in the RabbitMQ WCF bindings, but if it isn&#39;t then simply change the code in ConnectionParameters.cs, setting the DefaultHeartbeat to 0. You can check whether that worked by looking at the socket trace (or wireshark) for activity after the &quot;Host Dis&quot; button click - with heartbeats there will be some traffic every few seconds, without there will just be some traffic initially and then silence.<br>

<br>
With heartbeats disabled Vlad and I were no longer able to reproduce the &quot;message body too long&quot; error.<br>
<br>
<br>
Regards,<br><font color="#888888">
<br>
Matthias.<br>
</font></blockquote></div><br>