Gordon Sim created PROTON-1162: ---------------------------------- Summary: 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
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)