I am using a Spring AMQP in RPC mode. I have the following case :
Is it possible to detect that the client is no more there so the consumer can make treatment with the response message ?
No; producers and consumers are completely isolated and independent; you need some other mechanism to communicate this state.