I have a set of stateless services
These services are connected to service bus
Each service looks at 3 specific service bus queues
What I would like to do is to add the number of messages on across these queues
If the total is above a specific number say 10000 I want to add 2 more instances otherwise I can reduce the instances
Is this possible?
The auto scale functionality of service fabric seems to be more based on resources
Paul