Hi, On Tue, May 8, 2012 at 9:35 AM, S Ahmed <[email protected]> wrote:
> Great thanks, that cleared things up. > > It seems from the api exposed that when things are being sinked, > items/messages are being pulled of the collection 1 by 1 as oppose to > grabbing the entire collection and replacing it when an empty one right? > You could potentially pull multiple items within the same transaction to make it a unit of work for the channel. How such a multi-take() request gets optimally implemented is within the implementation of the channel. Thanks, Arvind
