amqpcpp
amqpcpp copied to clipboard
why open a new channel for every created queue
You open a channel for every queue, why have to do that? It seems not consistent with amqp semantics, and may have low efficiency. I don't get it, could you give me some detail explanation, thanks.
I think that it simplification understand API, I could be to add the new entity: Channel, if it is need.
Thanks for your reply, and adding Channel would be good.
Ok,
I will think so that have the backward compatible
Fri, 5 Oct 2012 05:39:17 -0700 от shenyan008 [email protected]:
Thanks for your reply, and adding Channel would be good.
— Reply to this email directly or view it on GitHub.
Александр Календарев http://highloadblog.ru
I know this one is topic is old, but will the Channel be implemented?
I am using phpamqp for web interface and looking for c++ lib for backend processing. Your library seems easiest for me as it is very similar with phpamqp. But those extra idle channel for every queue and exchange is a bit annoying :P