I've developed an RPC system using RabbitMQ (with different semantics than the built-in RPC). I'd like to get the server to send the client some kind of a notification if a message it has sent will never be delivered (like if the queue which it was routed to was deleted before the message was consumed from it). Is there any way to accomplish this? Client side timeouts are not good enough either because the request might get processed at some point then anyway.<br>