Re: artemis client killed

2022-05-31 Thread Justin Bertram
Typically one would see these WARN messages (i.e. AMQ222107 & AMQ222061) when a client connected and then exited the application without properly closing the connection. The broker monitors client connections to see if they are still active and closes dead connections so they don't build up and con

artemis client killed

2022-05-31 Thread Jo De Troy
Hello, I'm running ActiveMQ using the operator on Openshift. I have a broker running in 1 namespace and an 'activemq-client' pod with the artemis cli runing in another namespace. When I try to connect from the activemq-client to the broker the client quickly comes back with a 'killed' message. Wh