This is an automated email from the ASF dual-hosted git repository. dfoulks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-openwire.git
commit 362af40aa26dba7623339779b078bd0428aa28c5 Author: Timothy Bish <[email protected]> AuthorDate: Tue Jul 22 10:38:03 2014 -0400 Add initial README file --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc3f962 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +ActiveMQ OpenWire +------------------------------ +This library provides an implementation of the OpenWire protocol which is the native wire protocol for ActiveMQ Brokers and Clients.
