On Mon, 24 Oct 2011 13:10:47 +0000 inder.p...@gmail.com wrote: > Out of curiosity can you please elaborate the use case to use it in > pub/sub mode. >
As far as I'm concerned I sometimes need to process the same event in different ways: provision/invalidate a cache, store to an event stream for later analysis and execute dependent actions. Having a different consumer group with consumers registered for each of these tasks applied to the same event is useful. - pyr