We need to monitor queue receiver's health every 5 minutes. Do we have any API to get the information about the last receive/peek operation performed on a Service bus queue? There is a 'AccessAt' property but that represents the time at which last operation
was done (publish/receive/peek), which is not useful in my case. Any ideas (apart from setting up monitoring on each receiver)?
↧