You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Alan Conway <ac...@redhat.com> on 2015/04/10 21:53:59 UTC

Go binding for proton, phase 1

If you're interested in progress on the Go binding for proton check out
the latest commit

PROTON-827: Initial work on Go language client for proton.

This is the beginning of a Go language client for proton. There are 2 Go
modules, with
rudimentary documentation;

qpid.apache.org/proton: AMQP/Go data type mapping, message
encoding/decoding.
qpid.apache.org/proton/event: Go proton event API, pump proton event
loop from Go connections.

examples/go/event/broker.go is a simple broker-like example, ported from
examples/python/broker.py.
You can use examples/python/simple_send.py and simple_recv.py to see it
in action.

examples/go/exampe.go is a very incomplete, speculative idea about the
future Go-friendly user API.

The event API is not intended to be the final user API, it is a
foundation for developing
that API in Go.

See proton-c/bindings/go/README.md for more.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org