Re: qpid monitoring tool in GO

2016-11-18 Thread rammohan ganapavarapu
Here is the JIRA with attachments https://issues.apache.org/jira/browse/PROTON-1356 Ram On Fri, Nov 18, 2016 at 9:12 AM, Alan Conway wrote: > On Fri, 2016-11-18 at 07:23 -0800, rammohan ganapavarapu wrote: > > no I was talking about email not able to deliver because the > > attachment it > > bi

Re: qpid monitoring tool in GO

2016-11-18 Thread Alan Conway
On Fri, 2016-11-18 at 07:23 -0800, rammohan ganapavarapu wrote: > no I was talking about email not able to deliver because the > attachment it > big, I was trying to send the tar files that you have asked, not sure > if > you received both the tar files. I only got one usr_include_proton.tgz. Open

Re: qpid monitoring tool in GO

2016-11-18 Thread rammohan ganapavarapu
no I was talking about email not able to deliver because the attachment it big, I was trying to send the tar files that you have asked, not sure if you received both the tar files. Ram On Nov 17, 2016 5:54 AM, "Alan Conway" wrote: > On Tue, 2016-11-15 at 16:04 -0800, rammohan ganapavarapu wrote

Re: qpid monitoring tool in GO

2016-11-17 Thread Alan Conway
On Tue, 2016-11-15 at 16:04 -0800, rammohan ganapavarapu wrote: > Alan, > > Looks like it didn't deliver the message as its > 1mb, let me send > you as two parts. Are you able to send smaller messages? If so that sounds like a bug, can you raise a JIRA on https://issues.ap ache.org/jira for proj

Re: qpid monitoring tool in GO

2016-11-15 Thread Alan Conway
On Tue, 2016-11-15 at 11:48 -0500, Alan Conway wrote: > On Thu, 2016-11-03 at 10:46 -0700, rammohan ganapavarapu wrote: > > > > Alan, > > > > I have that qpid-proton-c-devel but still getting this error when > > do > > go get > > > > # qpid.apache.org/amqp > > golang/src/qpid.apache.org/amqp/typ

Re: qpid monitoring tool in GO

2016-11-15 Thread Alan Conway
On Thu, 2016-11-03 at 10:46 -0700, rammohan ganapavarapu wrote: > Alan, > > I have that qpid-proton-c-devel but still getting this error when do > go get > > # qpid.apache.org/amqp > golang/src/qpid.apache.org/amqp/types.go:33:9: expected (unqualified) > identifier > [root@gohost ~]# rpm -qa |gre

Re: qpid monitoring tool in GO

2016-11-03 Thread rammohan ganapavarapu
Alan, I have that qpid-proton-c-devel but still getting this error when do go get # qpid.apache.org/amqp golang/src/qpid.apache.org/amqp/types.go:33:9: expected (unqualified) identifier [root@gohost ~]# rpm -qa |grep qpid-proton-c-devel qpid-proton-c-devel-0.14.0-1.el6.x86_64 Ram On Wed, Nov 2,

Re: qpid monitoring tool in GO

2016-11-02 Thread rammohan ganapavarapu
ok, will try and let you know. On Nov 2, 2016 10:27 AM, "Alan Conway" wrote: > On Tue, 2016-11-01 at 12:20 -0700, rammohan ganapavarapu wrote: > > I have "qpid-proton-c-0.14.0-1.el6.x86_64" installed and my borker > > version > > is "qpid-cpp-server-1.35.0-2.el6.x86_64" so the proton-c rpm versi

Re: qpid monitoring tool in GO

2016-11-02 Thread Alan Conway
On Tue, 2016-11-01 at 12:20 -0700, rammohan ganapavarapu wrote: > I have "qpid-proton-c-0.14.0-1.el6.x86_64" installed and my borker > version > is "qpid-cpp-server-1.35.0-2.el6.x86_64" so the proton-c rpm version > is not > right? > You need qpid-proton-c-devel RPM for the header files which are

Re: qpid monitoring tool in GO

2016-11-01 Thread rammohan ganapavarapu
I have "qpid-proton-c-0.14.0-1.el6.x86_64" installed and my borker version is "qpid-cpp-server-1.35.0-2.el6.x86_64" so the proton-c rpm version is not right? Ram On Thu, Oct 27, 2016 at 2:05 PM, Alan Conway wrote: > On Thu, 2016-10-27 at 10:16 -0700, rammohan ganapavarapu wrote: > > Alan, > > >

Re: qpid monitoring tool in GO

2016-10-31 Thread Alan Conway
On Fri, 2016-10-28 at 17:05 +0100, Gordon Sim wrote: > On 28/10/16 16:56, Andrew Stitcher wrote: > > > > If you go to godoc.org and search for AMQP there, you won't find > > the > > electron library anywhere near the top of the list. > > If you search for AMQP 1.0 you get nothing, so we should ad

Re: qpid monitoring tool in GO

2016-10-28 Thread Gordon Sim
On 28/10/16 16:56, Andrew Stitcher wrote: If you go to godoc.org and search for AMQP there, you won't find the electron library anywhere near the top of the list. If you search for AMQP 1.0 you get nothing, so we should add that to the text somehow. That way at least those who know about diffe

Re: qpid monitoring tool in GO

2016-10-28 Thread Andrew Stitcher
On Thu, 2016-10-27 at 17:05 -0400, Alan Conway wrote: > On Thu, 2016-10-27 at 10:16 -0700, rammohan ganapavarapu wrote: > > > > Alan, > > > > I was trying to use this one http://godoc.org/github.com/streadway/ > > am > > qp > > ... > > Second: The Go client is a wrapper for a C library, there m

Re: qpid monitoring tool in GO

2016-10-28 Thread Andrew Stitcher
On Thu, 2016-10-27 at 10:16 -0700, rammohan ganapavarapu wrote: > Alan, > > I was trying to use this one http://godoc.org/github.com/streadway/am > qp > > but not sure if it will work with any qpid broker or not, According to the README in the github repository, this code is intended to support

Re: qpid monitoring tool in GO

2016-10-27 Thread Alan Conway
On Thu, 2016-10-27 at 10:16 -0700, rammohan ganapavarapu wrote: > Alan, > > I was trying to use this one http://godoc.org/github.com/streadway/am > qp > > but not sure if it will work with any qpid broker or not, i am > getting > "2016/10/27 04:09:48 Exception (501) Reason: "Exception (501) Reaso

Re: qpid monitoring tool in GO

2016-10-27 Thread rammohan ganapavarapu
Alan, I was trying to use this one http://godoc.org/github.com/streadway/amqp but not sure if it will work with any qpid broker or not, i am getting "2016/10/27 04:09:48 Exception (501) Reason: "Exception (501) Reason: \"frame could not be parsed\""" Thanks, Ram On Thu, Oct 27, 2016 at 7:42 AM

Re: qpid monitoring tool in GO

2016-10-27 Thread rammohan ganapavarapu
Alan, Thanks for the pointers, let's see if I can drive from here :) Ram On Oct 27, 2016 7:43 AM, "Alan Conway" wrote: > On Wed, 2016-10-26 at 21:05 -0700, rammohan ganapavarapu wrote: > > Hi, > > > > I am trying to write a qpid-stat tool in go, any one attempted to do > > it, if > > so can yo

Re: qpid monitoring tool in GO

2016-10-27 Thread Alan Conway
On Wed, 2016-10-26 at 21:05 -0700, rammohan ganapavarapu wrote: > Hi, > > I am trying to write a qpid-stat tool in go, any one attempted to do > it, if > so can you please share your ideas? or if you have any documents on > how to > write please share. > > Thanks, > Ram For a Go client I recomme

qpid monitoring tool in GO

2016-10-26 Thread rammohan ganapavarapu
Hi, I am trying to write a qpid-stat tool in go, any one attempted to do it, if so can you please share your ideas? or if you have any documents on how to write please share. Thanks, Ram