[rabbitmq-discuss] messages delivery question

Matthew Sackman matthew at rabbitmq.com
Sat Jul 24 19:28:55 BST 2010


On Sat, Jul 24, 2010 at 09:10:26PM +0300, Andrius Norkaitis wrote:
> I was reusing one channel to publish messages. Should I create two channels
> (one transactional, one not) and reuse them or it better always create new
> one?

Better to have two channels and keep them open. At your msg rates, it's
not so important, but generally channel creation isn't /that/ cheap an
operation, so best to keep them open after creation.

Matthew


More information about the rabbitmq-discuss mailing list