You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2016/11/04 13:04:59 UTC

[jira] [Updated] (PROTON-1162) connection capabilities are not sent correctly by default

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

Justin Ross updated PROTON-1162:
--------------------------------
    Fix Version/s: Future

> connection capabilities are not sent correctly by default
> ---------------------------------------------------------
>
>                 Key: PROTON-1162
>                 URL: https://issues.apache.org/jira/browse/PROTON-1162
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>    Affects Versions: 0.12.0
>            Reporter: Gordon Sim
>            Priority: Minor
>             Fix For: Future
>
>
> The offered- or desired- capabilities on a connection, they are sent out incorrectly unless they are explicitly added as symbol or Array containing symbols.
> E.g. instead of
> {noformat}
> conn.offered_capabilities=["foo", "bar"]
> {noformat}
> you must use:
> {noformat}
> conn.offered_capabilities=Array(UNDESCRIBED, Data.SYMBOL, symbol("foo"), symbol("bar"))
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org