activemq/openwire-c
Hiram R. Chirino 446629bba0 - Since we WireFormatInfo needs to be flexible and extensible so that feilds can be added witout changing it's on the wire encoding, we are now using a primitive map to store it's data.
- Extracted the NetworkBridgeFilter out of the Demand based forwarding bridge and made it a serializable class so that a bridge can be used with a remote broker.
- Cleaned up many of the warnings gram was spewing out by having it suck in more files.



git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@383749 13f79535-47bb-0310-9956-ffa450edef68
2006-03-07 02:32:50 +00:00
..
docs Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00
openwire.xcodeproj A few openwire refactors/enhancments 2006-03-01 06:29:45 +00:00
src - Since we WireFormatInfo needs to be flexible and extensible so that feilds can be added witout changing it's on the wire encoding, we are now using a primitive map to store it's data. 2006-03-07 02:32:50 +00:00
win32 did some more svn:eol-style property setting 2006-02-21 23:28:33 +00:00
LICENSE.txt Updated/Added more apache copyright headers 2005-12-30 22:51:06 +00:00
README.txt Moved the trunk code into the trunk sub directory 2005-12-12 17:53:59 +00:00

README.txt

Welcome to libopenwire
======================

libopenwire is a c library which allows you to talk the highly efficient native wire protocol that 
ActiveMQ brokers prefer.

Please help us make libopenwire better - we appreciate any feedback you may have.

Enjoy!

-----------------
The ActiveMQ team