[rabbitmq-discuss] Query regarding architecture including rabbiMQ
Emile Joubert
emile at rabbitmq.com
Mon Apr 8 10:17:54 BST 2013
On 06/04/13 15:57, Sean Farrow wrote:
> If I’m changing this to use rabbit, can I have multiple connections in a
> single process.
Yes, a single process can open many connections to a broker. An
alternative is to open one connection and use many channels within that
connection. A single thread of execution mostly needs only one channel
to receive and process messages from the broker.
-Emile
More information about the rabbitmq-discuss
mailing list