Microsoft Message Queuing Deployment and Resource Guidelines

I would like to know what are your best practices in using and deleting a message queue. I would also appreciate it if the code was specially packaged to visualize your concept. The language is in C # or any .NET language. The queue that is used is Microsoft Message Queuing.

Currently, I am faced with the error that our system is small for resources, but our equipment specifications have a large amount of memory and disk space.

The specific error message I am encountering is: There are not enough resources to complete the operation.

Any significant or relevant assistance on this matter is greatly appreciated. Thanks in advance for your time.

+3
source share
1 answer

In the load test, we encountered a situation in the convoy and had the same problem.

To solve this problem, we increased the machine quota according to this blog post.

+5
source

Source: https://habr.com/ru/post/1727350/


All Articles