Click here to Skip to main content
15,890,579 members
Articles / Programming Languages / C#

A few Implementations of Message Bus/Broker

Rate me:
Please Sign up or sign in to vote.
4.18/5 (5 votes)
4 Sep 2019CPOL3 min read 15.1K   243   10  
Revisiting Event Aggregator/Message Bus/Broker in C#.NET

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
while (live) {
try {
learn();
code();
food();
...
} catch (Exception ex) {
recover();
}
}

Comments and Discussions