Geoff Howard [mailto:[EMAIL PROTECTED] wrote: ... > > Source | Topic | Listener > > ------------------------- > > foo | bar | baz << means topic bar from source foo > should be delivered to listerner baz > > * | barr | baz << baz should also get any message > with topic barr from any source > > foo | * | foolist << foolist listens to any topic > from source foo > > foo | bing | * << foo distributes any "bing" > message to any listener > > foobar | * | * << foobar distributes any message > to any listener > > * | bang | * << bang messages are always > delivered to all listeners from any source > > * | * | bazz << bazz listens to any message > > Gotcha. If you have a need for this now, great - seems like maybe > YAGNI would apply otherwise.
Yeah.. Had a slight ring of overkill to it... ... > > Am I ready to roll, then? > > > > max > > I'd say so! Great! I'll keep you posted on my progress :) max