Skip to content

mnjstwins/Castle.RabbitMq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%