Skip to content

zhoufoxcn/Castle.RabbitMq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 will have no effect)

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

Using it

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%