[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-03-16 Thread ASF subversion and git services (JIRA)
. Reactive client binding for the go programming language. -- Key: PROTON-827 URL: https://issues.apache.org/jira/browse/PROTON-827 Project: Qpid Proton Issue Type: Improvement

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-03-13 Thread ASF subversion and git services (JIRA)
faf925c4afe02da2dced7a6592586b575ceea2ec in qpid-proton's branch refs/heads/master from [~aconway] [ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=faf925c ] PROTON-827: Marshal/unmarshal maps and lists. Reactive client binding for the go programming language

Re: PROTON-827: Reactive client binding for the go programming language

2015-03-13 Thread Alan Conway
I've checked in some initial sketch examples in examples/go, they don't work yet as the implementation is just stubs but I'd like to hear any feedback on how they look. The main difference from python examples is that since Go has good facilities for creating and listening on connections, and it

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-03-13 Thread ASF subversion and git services (JIRA)
695f8e5b96c75640bcf10fb12252a0130b70d0a0 in qpid-proton's branch refs/heads/master from [~aconway] [ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=695f8e5 ] PROTON-827: go binding - send.go, listen.go examples with implementation stubs. Reactive client binding for the go programming

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-03-10 Thread ASF subversion and git services (JIRA)
compact code. Reactive client binding for the go programming language. -- Key: PROTON-827 URL: https://issues.apache.org/jira/browse/PROTON-827 Project: Qpid Proton Issue Type

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-03-02 Thread ASF subversion and git services (JIRA)
84bea2403648379ae4da84601662e923282044bb in qpid-proton's branch refs/heads/master from [~aconway] [ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=84bea24 ] PROTON-827: go binding - unmarshalling AMQP string, symbol and binary types into Go types. Reactive client binding for the go

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-03-02 Thread ASF subversion and git services (JIRA)
the proton URL parser because it is much more forgiving and allows abbreviations that the Go URL parser does not. However the result is stored in a net/url.URL. Reactive client binding for the go programming language

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-03-02 Thread ASF subversion and git services (JIRA)
3f596d99f66ced2c9c9a745d9d4f2b39825f76d1 in qpid-proton's branch refs/heads/master from [~aconway] [ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=3f596d9 ] PROTON-827: Updated README, added copyright comments. Reactive client binding for the go programming language

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-03-02 Thread ASF subversion and git services (JIRA)
a0edd8dffe34250b6a7c8c8c8b5ef94f6921fc30 in qpid-proton's branch refs/heads/master from [~aconway] [ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=a0edd8d ] PROTON-827: Stronger experimental warnings on the go binding. Reactive client binding for the go programming language

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-02-28 Thread ASF subversion and git services (JIRA)
apache.org/proton containing a Url type that uses cgo to wrap the pn_url_t functions. It is a placeholder for future Go work. There is a README.md outlining the current thinking. The go directory is not yet linked to the cmake system, it will be eventually. Reactive client binding for the go

Re: PROTON-827: Reactive client binding for the go programming language

2015-02-28 Thread Alan Conway
I pushed the first commit on this, just a Url wrapper so far.

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-02-27 Thread Alan Conway (JIRA)
with a good solution to Andrews wiki vs. mailing list dilemma, that is just the ticket. Reactive client binding for the go programming language. -- Key: PROTON-827 URL: https://issues.apache.org/jira/browse

[jira] [Commented] (PROTON-827) Reactive client binding for the go programming language.

2015-02-27 Thread Justin Ross (JIRA)
/browse/PROTON-827 Reactive client binding for the go programming language. -- Key: PROTON-827 URL: https://issues.apache.org/jira/browse/PROTON-827 Project: Qpid Proton Issue Type

[jira] [Comment Edited] (PROTON-827) Reactive client binding for the go programming language.

2015-02-27 Thread Justin Ross (JIRA)
: - List discussion: http://qpid.2158936.n2.nabble.com/PROTON-827-Reactive-client-binding-for-the-quot-go-quot-programming-language-td7621025.html was (Author: justi9): List discussion: https://issues.apache.org/jira/browse/PROTON-827 Reactive client binding for the go programming language

Re: PROTON-827: Reactive client binding for the go programming language

2015-02-26 Thread Robbie Gemmell
Always remember the newline to protect against automated signatures? :) On 26 February 2015 at 09:46, Dominic Evans dominic.ev...@uk.ibm.com wrote: http://golang.org/cmd/cgo/ :/ -- Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number

Re: PROTON-827: Reactive client binding for the go programming language

2015-02-26 Thread Andrew Stitcher
On Thu, 2015-02-26 at 13:43 -0500, Alan Conway wrote: On Thu, 2015-02-26 at 09:39 +, Dominic Evans wrote: Hi Alan, -Alan Conway acon...@redhat.com wrote: - I plan to start working on a go golang.org binding for proton. I envisage a SWIG binding similar to the other

Re: PROTON-827: Reactive client binding for the go programming language

2015-02-26 Thread Dominic Evans
Hi Alan, -Alan Conway acon...@redhat.com wrote: - I plan to start working on a go golang.org binding for proton. I envisage a SWIG binding similar to the other swig-based bindings (python, ruby, etc.) and an API layer similar to the new reactive Python API (based on the C reactor.)

Re: PROTON-827: Reactive client binding for the go programming language

2015-02-26 Thread Dominic Evans
http://golang.org/cmd/cgo/ :/ -- Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU

PROTON-827: Reactive client binding for the go programming language

2015-02-25 Thread Alan Conway
I plan to start working on a go golang.org binding for proton. I envisage a SWIG binding similar to the other swig-based bindings (python, ruby, etc.) and an API layer similar to the new reactive Python API (based on the C reactor.) This will be an exploratory effort to begin with, I'd like to

[jira] [Created] (PROTON-827) Reactive client binding for the go programming language.

2015-02-25 Thread Alan Conway (JIRA)
Alan Conway created PROTON-827: -- Summary: Reactive client binding for the go programming language. Key: PROTON-827 URL: https://issues.apache.org/jira/browse/PROTON-827 Project: Qpid Proton

Re: PROTON-827: Reactive client binding for the go programming language

2015-02-25 Thread Richard Li
+1 Have you thought about how to integrate Go channels with AMQP links? Richard On Wed, Feb 25, 2015 at 12:13 PM, Alan Conway acon...@redhat.com wrote: I plan to start working on a go golang.org binding for proton. I envisage a SWIG binding similar to the other swig-based bindings (python,