Skip to content

Usage of the client library under high loads #302

Answered by kennethmyhra
cregonat asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @cregonat,

Which version are you using? If you have migrated from the 3.x to 4.0 library make sure that you are awaiting the methods. The 4.0 library makes more use of the async/await pattern.

The client is currently used under high load and have been so for a long time, both 4.0 and the older versions, and we have not experienced such problems.

Looking at your configuration, the MaxFactories is not recommended to be above 1. It sets up several AMQP Connections and even with our load we do not need more than 1 AMQP Connection.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@cregonat
Comment options

@kennethmyhra
Comment options

Answer selected by kennethmyhra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants