[ 
https://issues.apache.org/jira/browse/PROTON-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15869980#comment-15869980
 ] 

Alan Conway commented on PROTON-1356:
-------------------------------------

Late reply: No. In spite of the "Q", AMQP is not really a queue protocol, it is 
a message *transfer* protocol. It defines how messages get from one endpoint to 
another but it does not define what happens when they arrive - an AMQP node 
might be implemented as a queue, a topic, a route or many other things. The 
electron/broker.go example shows how you can build a simple broker with queues 
using the electron API, but adding access to stats etc. woulf part of the 
application, not the electron API.

> AMQP go bing is throwing expected (unqualified) identifier
> ----------------------------------------------------------
>
>                 Key: PROTON-1356
>                 URL: https://issues.apache.org/jira/browse/PROTON-1356
>             Project: Qpid Proton
>          Issue Type: Bug
>            Reporter: Ram
>            Assignee: Alan Conway
>             Fix For: 0.15.0
>
>         Attachments: qpid.apache.org.tgz, usr_include_proton.tgz
>
>
> I am trying to use go wraper for amqp to write qpid-stat in go but when i try 
> to go get i am getting bellow error.
> go get qpid.apache.org/amqp
> golang/src/qpid.apache.org/amqp/types.go:33:9: expected (unqualified) 
> identifier
> I have this version of qpid-proton-c-devel rpm -qa |grep qpid-proton-c-devel
> qpid-proton-c-devel-0.14.0-1.el6.x86_64



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to