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:
You can build conventions and whatnot on top of Castle.RabbitMq, but that's up to you.
Send a pull request
Check Castle's Get Involved page.