<div class="gmail_quote">still looking for further help on this one...<br><br>thanks in advance.<br><br>re:<br>the trace I have attached previously and again here is the output of the following configured 4 trace listeners...<br>
      System.Net<br>      System.Net.Sockets<br>      System.Net.Cache<br>      System.Net.HttpListener<br>
<br>The applicable configuration of which is depicted in the attached tracelistenerconfig.txt file<br><br>the listener trace is showing the software aborted messages, that occur concurrently with the message too long errors...<br>

<br>It appears the real error is occurring in the RabbitMq Client dll...<br><br>The error I am able to capture in debug mode from the rabbitmq client dll is...<br>The AMQP operation was interrupted: AMQP close-reason, initiated by Library, code=311, text=&quot;The body of a message (18446744073709551565 bytes) was too long.&quot;, classId=0, methodId=0, cause=RabbitMQ.Client.Impl.BodyTooLongException: The body of a message (18446744073709551565 bytes) was too long.<br>

   at RabbitMQ.Client.Impl.ContentHeaderBase.ReadFrom(Int32 channelNumber, NetworkBinaryReader reader) in G:\Patrick\Development\C#.NetProjects\RabbitMQ\RabbitMQ.Client\RabbitMQ\Client\Impl\ContentHeaderBase.cs:line 23<br>

   at RabbitMQ.Client.Impl.CommandAssembler.HandleFrame(Frame f) in G:\Patrick\Development\C#.NetProjects\RabbitMQ\RabbitMQ.Client\RabbitMQ\Client\Impl\CommandAssembler.cs:line 53<br>   at RabbitMQ.Client.Impl.Session.HandleFrame(Frame frame) in G:\Patrick\Development\C#.NetProjects\RabbitMQ\RabbitMQ.Client\RabbitMQ\Client\Impl\Session.cs:line 16<br>

   at RabbitMQ.Client.Impl.ConnectionBase.MainLoopIteration() in G:\Patrick\Development\C#.NetProjects\RabbitMQ\RabbitMQ.Client\RabbitMQ\Client\Impl\ConnectionBase.cs:line 434<br>   at RabbitMQ.Client.Impl.ConnectionBase.MainLoop() in G:\Patrick\Development\C#.NetProjects\RabbitMQ\RabbitMQ.Client\RabbitMQ\Client\Impl\ConnectionBase.cs:line 388<br>

<br>since the rabbitmq client dll is not returning the error the only thing I am getting from my test consumer code previously posted is...<br><br>btnSubscribe_Click Error: Cannot access a disposed object.<br>Object name: &#39;System.Net.Sockets.NetworkStream&#39;.<br>

<br>Which obviously comes much after the message too long error...<br><br>the message is &quot;test message&quot;<br><br>re:<div><div></div><div class="h5"><br><div class="gmail_quote">On Wed, Aug 5, 2009 at 6:31 PM, Tony Garnock-Jones <span dir="ltr">&lt;<a href="mailto:tonyg@lshift.net" target="_blank">tonyg@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;"><div>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;">
fyi...the file does contain a failing situation...do a search of the log text for &quot;abort&quot;<br>
</blockquote>
<br></div>
Yes, but it doesn&#39;t have any instances of the &quot;The body of a message (18446744073709551575 bytes) was too long&quot; error that we&#39;ve been chasing. Do you have, or can you generate, any traces containing that particular problem?<br>


<br>
Regards,<br><font color="#888888">
  Tony<br>
<br>
</font></blockquote></div><br>
</div></div></div><br>