Currently the RabbitMQ connection does work, but the program keeps rebuilding connections. Normally you would establish a connection once and keep it alive.
I would need
rabbitmq | 2025-06-23 18:01:58.245025+02:00 [error] <0.941.0> closing AMQP connection <0.941.0> (172.23.0.11:35372 -> 172.23.0.3:5672, duration: '3M, 0s'):
rabbitmq | 2025-06-23 18:01:58.245025+02:00 [error] <0.941.0> missed heartbeats from client, timeout: 60s
rabbitmq | 2025-06-23 18:01:58.269361+02:00 [error] <0.955.0> closing AMQP connection <0.955.0> (172.23.0.9:55650 -> 172.23.0.3:5672, duration: '3M, 0s'):
rabbitmq | 2025-06-23 18:01:58.269361+02:00 [error] <0.955.0> missed heartbeats from client, timeout: 60s
rabbitmq | 2025-06-23 18:01:58.296392+02:00 [error] <0.969.0> closing AMQP connection <0.969.0> (172.23.0.10:51682 -> 172.23.0.3:5672, duration: '3M, 0s'):
rabbitmq | 2025-06-23 18:01:58.296392+02:00 [error] <0.969.0> missed heartbeats from client, timeout: 60s
rabbitmq | 2025-06-23 18:02:03.348226+02:00 [error] <0.983.0> closing AMQP connection <0.983.0> (172.23.0.7:58256 -> 172.23.0.3:5672, duration: '3M, 0s'):
rabbitmq | 2025-06-23 18:02:03.348226+02:00 [error] <0.983.0> missed heartbeats from client, timeout: 60s
rabbitmq | 2025-06-23 18:02:06.745783+02:00 [error] <0.1041.0> closing AMQP connection <0.1041.0> (172.23.0.5:34408 -> 172.23.0.3:5672, duration: '3M, 0s'):
rabbitmq | 2025-06-23 18:02:06.745783+02:00 [error] <0.1041.0> missed heartbeats from client, timeout: 60s
rabbitmq | 2025-06-23 18:02:06.750557+02:00 [error] <0.1073.0> closing AMQP connection <0.1073.0> (172.23.0.8:43996 -> 172.23.0.3:5672, duration: '3M, 0s'):
rabbitmq | 2025-06-23 18:02:06.750557+02:00 [error] <0.1073.0> missed heartbeats from client, timeout: 60s
Currently the RabbitMQ connection does work, but the program keeps rebuilding connections. Normally you would establish a connection once and keep it alive.
I would need