[ https://issues.apache.org/jira/browse/QPID-3333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061509#comment-13061509 ]
Anthony Foglia commented on QPID-3333: -------------------------------------- Can you be more precise about what you did with setOption? We've currently stumbled across a problem where the default sasl-mechanism is different in the two APIs. And since the option name (sasl-mechanism vs. sasl_mechanisms) is different, I was going to just translate underscores to dashes. (The meaning is slightly different, but close enough for now.) Perhaps you had found a better way? (Another issue is that there's no way to get option values of Connection objects in the C++, so debugging will be harder.) And I'll consider changing the string representation of a Message, though I might wait till I have to also fix other issues with them, which will certainly crop up. > Make Python SWIG bindings a drop-in replacement for pure Python > qpid.messaging package > -------------------------------------------------------------------------------------- > > Key: QPID-3333 > URL: https://issues.apache.org/jira/browse/QPID-3333 > Project: Qpid > Issue Type: Improvement > Components: C++ Client > Affects Versions: 0.11, Future > Reporter: Anthony Foglia > Assignee: Gordon Sim > Attachments: 0001-Wrap-NoMessageAvailable-as-Empty-exception.patch, > 0002-Change-Connection-interface-to-match-pure-python.patch, > 0003-Change-Session-interface-to-match-pure-python.patch, > 0004-Change-Receiver-interface-to-match-pure-python.patch, > 0005-Change-Sender-interface-to-match-pure-python.patch, > 0006-Change-Message-interface-to-match-pure-python.patch > > > These patches are make the compile Python SWIG bindings to the C++ client > much closer to a drop-in replacement for the Python qpid.messaging package. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org