Repository: activemq-openwire Updated Branches: refs/heads/master [created] 362af40aa
Add initial README file Project: http://git-wip-us.apache.org/repos/asf/activemq-openwire/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-openwire/commit/362af40a Tree: http://git-wip-us.apache.org/repos/asf/activemq-openwire/tree/362af40a Diff: http://git-wip-us.apache.org/repos/asf/activemq-openwire/diff/362af40a Branch: refs/heads/master Commit: 362af40aa26dba7623339779b078bd0428aa28c5 Parents: Author: Timothy Bish <[email protected]> Authored: Tue Jul 22 10:38:03 2014 -0400 Committer: Timothy Bish <[email protected]> Committed: Tue Jul 22 10:38:03 2014 -0400 ---------------------------------------------------------------------- README.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-openwire/blob/362af40a/README.md ---------------------------------------------------------------------- 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.
