For some reason the queue hosted on windows azure is not respecting the .DefineEndpointName()
configuration.
The queue name on Azure Bus is always named after the worker role that's hosting it. While this is fine, in general, I'd feel a lot better if there was an option to manually override the convention.
How can I define my own queue name?