We have an old Jboss Wildfly 10 from 2016 (updating versions is not an option). The application is dockerized and deployed in AWS Fargate without zero issues.
When we add the datadog and firelens containers to our docker we start having error messages from the ActiveMQ queues used in Wildfly.
Connection failure has been detected: AMQ119014: Did not receive data from /
10.187.146.22:38712. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed.
AMQ221021: failed to remove connection"",""full_message"":""AMQ221021: failed to remove connection
We get about a million of these messages during the startup of the task (5-10m). The port numbers vary all the time
Have you encountered something like this in the past?