By having this transport and messaging layer, I can swap out the broker management implementations (hopefully) without changing the API. If my customers demand that I support a different AMQP 1.0 vendor, then I can load in a different management module. If they have a REST API, then I take on no additional dependencies. If I could have managed to link libqpid* statically, it would have helped. Once the management spec arrives and there is a proton-like library implementing that spec, then I'll have my final solution.
I've learned a bunch from you guys over the past couple of weeks. Thanks so much for the help!
