ekennedy6334 / Castle.RabbitMq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Castle.RabbitMq

Differences between Castle.RabbitMq and EasyNetQ

Castle.RabbitMq will not, under any circumstance, infer or suggest queue, exchanges names or routing keys based on conventions or any other way. It expects those to be set explicitly in the API usage. The reason is twofold:

We want to maximize interoperability with systems built in other languages

We want to be refactoring friendly (changing a namespace or type name wont break anything)

You can build conventions and whatnot on top of Castle.RabbitMq, but that's up to you.

Using it

Raw vs Typed implications

How to help

Send a pull request

Contact

Check Castle's Get Involved page.

About

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%