[rabbitmq-discuss] rabbit_persister:extend_transaction in chunks?

tsuraan tsuraan at gmail.com
Fri Oct 3 23:20:42 BST 2008


In rabbit_amqqueue_process:terminate, all buffered messages are sent
to rabbit_persister:extend_transaction as a huge chunk (slightly
modified to look like acks instead of just a list of messages, I
guess).  It looks like it would be safe to send these messages in
batches instead of as a huge list, but I'm not sure.  Can somebody
confirm that sending batches of (for example) 1024 { ack, { QName,
PKey }} tuples to extend_transaction would be the same as sending all
of the tuples in one huge list?




More information about the rabbitmq-discuss mailing list