[ 
https://issues.apache.org/jira/browse/PROTON-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brandon W Sheffield updated PROTON-1463:
----------------------------------------
    Description: 
Go examples not compatible with Qpid C++ broker version 1.36.

With qpidd running as a daemon, running the go "receive" binary example with no 
address will work:

./receive localhost:5672
Listening on 1 connections

But if provided a address, will get error:

./receive localhost:5672/address
Listening on 1 connections
2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/addressamqp:not-found: 
Node not found: /address

Qpid C++ Broker spits out error:

[Protocol] error Error on attach: Node not found: /address

Does not behave like this when using the provided Go example broker binary 
instead of Qpid C++ broker.  

  was:
Go examples not compatible with Qpid C++ broker version 1.36.

With qpidd running as a daemon, running the go "receive" binary example with no 
path will work:

./receive localhost:5672
Listening on 1 connections

But if provided a path, will get error:

./receive localhost:5672/path
Listening on 1 connections
2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/pathamqp:not-found: Node 
not found: /path

Qpid C++ Broker spits out error:

[Protocol] error Error on attach: Node not found: /path

Does not behave like this when using the provided Go example broker binary 
instead of Qpid C++ broker.  


> Golang AMQP URL incompatable with Qpid Cpp Broker.  Node not found: /path 
> when using Qpid C++ Broker
> ----------------------------------------------------------------------------------------------------
>
>                 Key: PROTON-1463
>                 URL: https://issues.apache.org/jira/browse/PROTON-1463
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: go-binding
>    Affects Versions: 0.17.0
>            Reporter: Brandon W Sheffield
>            Assignee: Alan Conway
>
> Go examples not compatible with Qpid C++ broker version 1.36.
> With qpidd running as a daemon, running the go "receive" binary example with 
> no address will work:
> ./receive localhost:5672
> Listening on 1 connections
> But if provided a address, will get error:
> ./receive localhost:5672/address
> Listening on 1 connections
> 2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/addressamqp:not-found: 
> Node not found: /address
> Qpid C++ Broker spits out error:
> [Protocol] error Error on attach: Node not found: /address
> Does not behave like this when using the provided Go example broker binary 
> instead of Qpid C++ broker.  



--
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