The question is simple, really. Does the EventAggregator buffer events? Example: A single Subscriber listening for 2 different events, a GO and a NO-GO. Each event requires some work, database updates, notifying the UI etc. There could be as many as 64 publishers. The publishers work in near real-time so GO or NO-GOs could come very quickly. So can the Event Aggregator buffer these so the subscriber can process them in serial fashion.
Thanks, Doug