backstop / rabbit-mq-stress-tester

This is a fork. Official Repo: https://github.com/agocs/rabbit-mq-stress-tester
28 stars 23 forks source link

client unexpectedly closed TCP connection #12

Open ktsakos opened 2 years ago

ktsakos commented 2 years ago

In rabbit mq i am taking the following warning on each msg sending and i don't see any messages from the subscriber's side

rabbitmq | 2022-02-23 20:46:12.039271+00:00 [warn] <0.1068.0> client unexpectedly closed TCP connection rabbitmq | 2022-02-23 20:46:12.039573+00:00 [warn] <0.1086.0> closing AMQP connection <0.1086.0> (35.214.5.239:58256 -> 172.27.0.3:5672):

I run the stress tool with the following cmd:

./rabbit-mq-stress-tester --server [my_server_ip] --producer '-1' --vhost '/'

I have the default port and user& psw values.