I might be missing something entirely, but I thought I would throw out one more idea:
event-source -> queue-channel <- poller -> output-channel
Of course, since you apparently have multiple event sources (A, B, C in the examples), this could involve multiple queue-channel/poller pairs and a router between the event-source and those queue-channels.
Does this make any sense at all for the use case?
-Mark


Reply With Quote
