How do I better manage my Service Bus Quotas in Azure?
I’m trying to determine how best to accomplish the following scenario using the Azure Service Bus. I have millions of devices (desktop software, mobile phone apps, etc) that need to have messages sent to them based on subscriptions. This in and of itself is pretty easy. However, the Service Bus has limits on the number of subscriptions per topic, filters per subscription, etc. (listed below). So, that being said, I was wondering if someone has solved this problem before or if there are best practices or whatever.
Architecture for a mobile (Android) chat application
I want to develop a chat application that reminds a bit whatsapp, I am doing it as a learning project. I am currently doing it on Android just because I am doing an Android course.
Architecture for a mobile (Android) chat application
I want to develop a chat application that reminds a bit whatsapp, I am doing it as a learning project. I am currently doing it on Android just because I am doing an Android course.
CQRS: Multiple entry points for a single command
I’m trying to follow the Clean Architecture and CQRS within an application that, let’s say, create a product.
CQRS: Multiple entry points for a single command
I’m trying to follow the Clean Architecture and CQRS within an application that, let’s say, create a product.
Plang: How do I send a reminder to write food entry
In the https://github.com/ingig/FoodDiaryApp, how can I make the app remind me to write my food entry. I would like it send me reminder at 8pm, since I should have stopped eating at that time
Plang: How do I modify the message sent to me in the Food diary app
I am using the Food diary app, https://github.com/ingig/FoodDiaryApp
Is one to one mapping necessary between Write Applications and Read Applications
Introduction: We have a bunch of micro services (about 40) to serve our customers.