mirror of https://github.com/apache/activemq.git
33b73ac71d
- The old/default marshaling style is now refered to tight encoding - We now support a loose encoding style which should be less CPU intensive (it's only a 1 pass algorithim) - prefixing the packet size is now optional (needs more testing) - Updated the c client so that it works once again. git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@381926 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
docs | ||
openwire.xcodeproj | ||
src | ||
win32 | ||
LICENSE.txt | ||
README.txt |
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