]
Bela Ban resolved JGRP-2003.
----------------------------
Resolution: Done
Deliver message batches
-----------------------
Key: JGRP-2003
URL:
https://issues.jboss.org/browse/JGRP-2003
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 4.0
Currently, message batches are sent up tp the channel, which delivers its messages
one-by-one, e.g. by calling the {{Receiver.receive(Message msg)}} callback.
Another callback {{Receiver.receive(MessageBatch batch)}} should be added (also to
RpcDispatcher), to deliver a batch of messages at once.
This should result in performance increase, as the application can handle multiple
messages at once.