It looks like all of the sample projects shipped with nServicebus are installed where the sender and host are web roles and work roles (and are hosted through the role entry point).
I need to do something like this:
Web role sends a message β Processes a message in the Hosted field
Is it possible to configure the host on the premises only to use Azure Queue Storage (and not MSMQ)?
It seems I can not find a single example of this documented.
source
share