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: [email protected] For additional commands, e-mail: [email protected]
