--- In [email protected], "Pedro Sena" <[EMAIL PROTECTED]> wrote: > > Hi Andrew, > > Can't you subclass MultiTopicConsumer and override this method to use your > instead of use this one? >
I haven't considered subclassing, but I suppose it is one solution. The quick and dirty solution I came up with was before doing a removeSubscription, to check if it was the last one and then add a dummy subscription, so when the real one is removed, it is not the last one in the array. Andrew

