Hello all,<div><br></div><div>We have a java application with rabbitmq consumers which processes different things based on a given message published from a php application.</div><div><br></div><div>When we need to upgrade the java application we would like a save way to shutdown the java. We thought about sending a message SHUTDOWN. But we can't seem to find a way to stop the consumer from consuming. Is it the correct way to do it or is there another way.</div><div><br></div><div>The java application is running in background on linux (not through an application server).</div><div><br></div><div>Thx</div>