https://github.com/apache/activemq-protobuf
Mirror of Apache ActiveMQ Protobuf
https://github.com/apache/activemq-protobuf
activemq c cplusplus csharp java network-client network-server perl php python ruby
Last synced: 10 months ago
JSON representation
Mirror of Apache ActiveMQ Protobuf
- Host: GitHub
- URL: https://github.com/apache/activemq-protobuf
- Owner: apache
- License: apache-2.0
- Created: 2009-09-07T08:03:51.000Z (over 16 years ago)
- Default Branch: trunk
- Last Pushed: 2017-08-23T19:05:50.000Z (over 8 years ago)
- Last Synced: 2025-04-18T04:07:19.845Z (11 months ago)
- Topics: activemq, c, cplusplus, csharp, java, network-client, network-server, perl, php, python, ruby
- Language: Java
- Size: 153 KB
- Stars: 18
- Watchers: 21
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
=======================================================================
The AcitveMQ Protocol Buffers Java Implementation
=======================================================================
Protocol Buffers is a data interchange format developed by
Google. You can get more information about Protocol Buffers
at:
http://code.google.com/apis/protocolbuffers/
Unfortunately the the main Protocol Buffer's project made the
Java API cumbersome to use since the messages are immutable. They
Justify this decision by highlighting the fact it reduces end user
error that occur with Mutable messages.
This module brings you a slimmed down lean and mean API to accessing
Protocol Buffer data structures. It provides little protection
from end users 'hurting themselves', but it does give power user
and easier to use API.
In addition, this module provides a Java based code generator so
that it's easier to code generate your Protocol Buffer classes in
a java based build system like Ant or Maven.