[rabbitmq-discuss] can I use 15 connections to rabbitmq broker across 15 programs?
Michael Klishin
michael.s.klishin at gmail.com
Sat Nov 30 19:27:54 GMT 2013
2013/11/30 Ravinder Kasarla <ravinderka9 at gmail.com>
> I have 15 programs each one acts as producer and consumer. So can I
> create 15+ broker connections across all these programs. Is there any
> other better way to do this. Can I use only 2connections(one to
> publish and one to consume) across all these programs? Thanks in
> advance.
>
No, you cannot share connections between OS processes.
You can share a connection between threads (if applicable), but 15 or even
30 connections
is not a large number.
--
MK
http://github.com/michaelklishin
http://twitter.com/michaelklishin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131130/7585e479/attachment.html>
More information about the rabbitmq-discuss
mailing list