https://cwiki.apache.org/confluence/display/qpid/Proton+API+layout+proposal
Please take a look. The intention: - Organize the API consistently across languages, allowing for deliberate exceptions - Put more frequently used items closer to hand, and less frequently used ones out of the way - Put like things together in a named group This scheme is now in use to some extent by the C and Python variants, but there are some possibly non-semantic variations that I think are worth ironing out: - Python is using utils, not util. I don't care whether we go util or utils, but I'd very much like to avoid it being half one way and half the other. If we decide utils, I'll update the wiki page. - C is using reactor, not reactors. Is the idea that it will have only one reactor implementation? Justin