[
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: [email protected]
For additional commands, e-mail: [email protected]