[rabbitmq-discuss] Channels Connections and Consumers

Michael Klishin michael.s.klishin at gmail.com
Mon Dec 16 09:31:48 GMT 2013


2013/12/16 Ranjith Venkatesan <ranjith.v at zohocorp.com>

> ==>Else, creating new connection,channel,consumer for every schedule ( for
> each user) and closing it .
>
> Since initial steps (connection,channel) creation seems to be lighter
> operation, hence i could go with 2nd option. With this number of opened
> channels also will be in limit.
>

It's a better idea if the scheduled operations do not run frequently (say,
many times a second):
it will be easier to design error handling and recovery (e.g. when network
connection fails).
-- 
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/20131216/c93bcdd1/attachment.html>


More information about the rabbitmq-discuss mailing list