Hello Team, can anyone help me to figure out this?
I'm working on a high availability project and I have implemented RabbitMQ using .NET Core and C# to improve performance and process data in background, but I'm getting some errors when I run stress tests with JMeter tool, the log says:
"RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: One or more errors occurred. (Connection failed) ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: Connection reset by peer :5672"
About the backend servers, I have a WebApi in a Linux server and RabbitMQ with the consumer in another server, both are centos 7.
Thank you in advance!
--You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/87d41615-660c-468e-baa7-957126f55418%40googlegroups.com.
To validate what’s the issue you need to tell us more details such as the architect, software versions etc.Your log looks there were too many connections to RMQ server, the new connection got refused.You should be able use the more professional tool against RMQ such as rabbitmq perf for performance test.RegardsOn Fri, Mar 27, 2020, at 2:27 AM, David Castro wrote:
Hello Team, can anyone help me to figure out this?
I'm working on a high availability project and I have implemented RabbitMQ using .NET Core and C# to improve performance and process data in background, but I'm getting some errors when I run stress tests with JMeter tool, the log says:
"RabbitMQ.Client.Exceptions.BrokerUnreachableException: None of the specified endpoints were reachable ---> System.AggregateException: One or more errors occurred. (Connection failed) ---> RabbitMQ.Client.Exceptions.ConnectFailureException: Connection failed ---> System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: Connection reset by peer :5672"
About the backend servers, I have a WebApi in a Linux server and RabbitMQ with the consumer in another server, both are centos 7.
Thank you in advance!
--You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitm...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/8e41e711-5cd6-4461-9e40-b2adca3b5e84%40googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/8e41e711-5cd6-4461-9e40-b2adca3b5e84%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/41a9bab3-0848-4de9-98c9-421351973a3b%40googlegroups.com.Attachments:
- rabbit.png