I'm not sure adding receive(MessageBatch) to Receiver and to UpHandler is a benefit to applications. The current implementation simply calls receive(Message) or up(new Event(Event.MSG, msg)), so each message in a batch is delivered in turn.
I thought - if it turns out we need this - I can always add it later, .e.g. in 4.0 where API breakage is allowed. Thoughts ? I know this is pretty knew, so folks have probably not yet played with this feature... [1] https://issues.jboss.org/browse/JGRP-1581 -- Bela Ban, JGroups lead (http://www.jgroups.org) _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
