Last active
January 2, 2016 21:29
-
-
Save jgauffin/8363852 to your computer and use it in GitHub Desktop.
"Ask Azure", the full question
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to prevent empty reading just throttle empty reads