[rabbitmq-discuss] Pushing many chunks of messages...

David Wragg david at rabbitmq.com
Fri Oct 22 10:13:54 BST 2010


Hi Georgios,

gparaskevas80 <georgios.paraskevas at excelian.com> writes:
> Does anyone knows if it is possible to send to the RabbitMQ server bunches
> of messages at one go instead one after the other?

The publish operation in AMQP is asynchronous - after publishing a
message, a client does not have to wait to hear back from the server
before publishing more mesages.  So there would be no efficiency
advantage in a batch publish operation.

David

-- 
David Wragg
Staff Engineer, RabbitMQ
SpringSource, a division of VMware


More information about the rabbitmq-discuss mailing list