Skip to content

Instantly share code, notes, and snippets.

@jgauffin
Last active January 2, 2016 21:29
Show Gist options
  • Select an option

  • Save jgauffin/8363852 to your computer and use it in GitHub Desktop.

Select an option

Save jgauffin/8363852 to your computer and use it in GitHub Desktop.
"Ask Azure", the full question
I've built a CQRS framework for Azure that uses ServiceBus.
But then I read the Service bus pricing and noticed that every request/reply would consume four messages (as for billing). Any chance of you changing the billing so one message is actually *one* message, instead of charging for each read/send?
The service bus is awesome, but the pricing is not. If you change the price, I'll release the CQRS framework as open source (Apache license).
//jgauffin
@jgauffin
Copy link
Author

If you want to prevent empty reading just throttle empty reads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment