Question

I'm trying to find the most up-to-date Ninject extension for development of event brokers / message brokers.

I could locate at least 3: messagebroker, weakeventmessagebroker and bbveventbroker.

messagebroker's documentation states:

This extension isn’t obsolete and replaced by ninject.extensions.bbveventbroker

Also, weakeventmessagebroker's documentation reads:

Originally based on Ninject.Extensions.MessageBroker.

and also:

This extension isn’t obsolete and replaced by ninject.extensions.bbveventbroker

I wonder if this documentation is correct and those extensions are not obsolete, or if the documentation is just mistyped and it meant to say "This extension is obsolete..."

So the question is: have weakeventmessagebroker and messagebroker been deprecated in favor of bbveventbroker? What is the most current event broker extension for Ninject?

Was it helpful?

Solution

Yes they are obsolete. One message broker is enough and ninject.extensions.bbveventbroker is the most flexible/feature rich one.

Thanks for pointing out the incorrect documentation. I just fixed it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top