cujojs / msgs

Message oriented programming
http://cujojs.com/
Other
121 stars 20 forks source link

consider a default error channel for a bus #10

Open scothis opened 11 years ago

scothis commented 11 years ago

Many adapters have the notion of an error channel, but in order for error messages to be collected the user has to explicitly listen for those errors. A default error channel would provide a single place to listen for otherwise phantom errors within a bus, similar to the deadLetterChannel and invalidMessageChannel.