I want to use RabbitMQ in my project.It's mainly written in PHP hosted by Apache2 server.To deal with RabbitMQ,I choose PECL extension.And I've read in somewhere something like: "the connection is expensive so we use channel.You can have many channels per one connection"
The Problem is I can't figure out -in such environment- how to reuse connection and make something like pooling.
So any help??