activemq/activemq-dotnet
Hiram R. Chirino 6583ef1821 I wish I could have commited this in smaller chunks
- Added support for the openwire loose encoding to the .NET port
- Fixed the InactivityMonitor, it was timing out conections too often and testcase for it would fail intermitently
- Improved the wire format option negociation phase.  
   - We now gaurd to sending the WireformatInfo, so it's only sent once even if the start method is called multiple times.  
   - We now wait for the WireFormatInfo to be sent before reconfiguring the WireFormat with the new negociated options
   - Option negociation is now simpler to understand:
     - The WireFormatInfo is allways sent with all options turned off
     - Once WireFormatInfo's are exchanged, we enable the options on the WireFormat that both sides enabled.
 



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@384390 13f79535-47bb-0310-9956-ffa450edef68
2006-03-09 00:41:39 +00:00
..
src I wish I could have commited this in smaller chunks 2006-03-09 00:41:39 +00:00
activemq-dotnet.csproj I wish I could have commited this in smaller chunks 2006-03-09 00:41:39 +00:00
activemq-dotnet.sln added simplified nant build 2006-03-06 17:42:59 +00:00
nant.build added simplified nant build 2006-03-06 17:42:59 +00:00
pom.xml Adding initial maven layout for activemq-dotnet project 2006-03-06 15:49:26 +00:00