Hello everyone!
I was trying to estimate no. of brokered connections while arrive at pricing for Service Bus (STANDARD TIER) for the following scenario:
- There are 32 clients sending messages to/ receiving messages from a Service Bus queue through AMQP protocol.
- Each client connects to the Service Bus several times in an hour, with duration of a single connection (including timeout) ~=1 minute.
I understand from documentation that Microsoft charges based on the peak number of concurrent brokered connections:
Microsoft charges for the peak number of concurrent brokered connections that exceed the included quantity (1,000 in
the standard and premium tier).
Now for one month, what will be the no. of brokered connections?
- is it 32? - as, at any given point of time, there areonly 32 peak live connections and based on the formula given in Pricing document. Therefore total connections being 32 connections * 24 hours per day * 30.5 days / 730 = 32
- is it 1920? - as, in an hour,each client connects to Service Bus 60 times (no. of minutes in an hour [=60] / duration of a single connection [=1]). Therefore, total connections being (32 * 60) connections * 24 hours per day * 30,5 days / 730 = 1920.
Please help me understand how to calculate the no. of brokered connections in this scenario!
Thanks,
Lakshmi Kanthan.