A specific scenario in one of the "@ broker" ITs needed connection to the event-broken and therefore created an instance of jms-bus connection to it. The problem was that the bus nas not closed in the end, so when event-broker was destroyed at the end of the IT the client tried to re-connect to it as part of the logic of the JMS-bus still "open".
I fixed the problem closing the jmb bus, at the end of the IT, before the destroy of docker containers
A specific scenario in one of the "@ broker" ITs needed connection to the event-broken and therefore created an instance of jms-bus connection to it. The problem was that the bus nas not closed in the end, so when event-broker was destroyed at the end of the IT the client tried to re-connect to it as part of the logic of the JMS-bus still "open". I fixed the problem closing the jmb bus, at the end of the IT, before the destroy of docker containers