activemq/openwire-cpp
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
..
openwire-cpp.xcodeproj Added xcode project files and modifed includes so that they would work for me on OS X, 2006-03-03 00:40:41 +00:00
src I wish I could have commited this in smaller chunks 2006-03-09 00:41:39 +00:00
.classpath applied patch from Matz of AMQ-592 for improvements to the C++ client 2006-02-27 15:35:54 +00:00
.project Added latest generated C++ commands and marshalling code 2006-03-01 17:34:23 +00:00