Hello everybody,
I'm facing an integration between two systems by making a C# process. One of those system uses azure service bus to get requests and put resonses, so my process has to use it as well.
After making a request (though it is a small request such as for example the creation/update of a record) it takes about 3 or 4 minutes to give a response. That's a very high response time to face a periodic synchronization of thousands of records.
As I'm new to azure service bus, I'd like to know what I can do to have that response time as low as possible. What can cause to have that high response times? Is there any way to reset that queues, to configure whatever to have better response times...??
Thank you very much!