[ 
https://issues.apache.org/jira/browse/QPID-7439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15524249#comment-15524249
 ] 

Alan Conway commented on QPID-7439:
-----------------------------------

https://reviews.apache.org/r/52280/

Questions:

What exception hierarchy do we want? Right now throws ProtonException 
subclasses for errors detected by proton (SASLException and SSLException for 
security problems) and direct builtin Exception instances for QMF errors.

getXXX() functions return None if not found (following qpidtoollibs), but other 
functions (delXXX, bind etc.) throw an Exception("Not found") if an object is 
missing. Should get throw as well? 



> Proton-based library for QMF management.
> ----------------------------------------
>
>                 Key: QPID-7439
>                 URL: https://issues.apache.org/jira/browse/QPID-7439
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Python Tools
>    Affects Versions: qpid-cpp-1.35.0
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>
> A proton based python library for doing QMF management, similar to 
> qpidtoollibs. Customers are moving towards AMQP 1.0 clients, and proton based 
> clients have a better future than qpid.messaging. A particular requirement is 
> for the library to be fork-safe so it should not start threads like 
> qpid.messaging does. 



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

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

Reply via email to