amqpcpp icon indicating copy to clipboard operation
amqpcpp copied to clipboard

why open a new channel for every created queue

Open shenyan008 opened this issue 12 years ago • 4 comments

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.

shenyan008 avatar Oct 05 '12 07:10 shenyan008

I think that it simplification understand API, I could be to add the new entity: Channel, if it is need.

akalend avatar Oct 05 '12 10:10 akalend

Thanks for your reply, and adding Channel would be good.

shenyan008 avatar Oct 05 '12 12:10 shenyan008

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

akalend avatar Oct 05 '12 13:10 akalend

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

J-Siu avatar Dec 01 '15 22:12 J-Siu