I've got an incoming message queue implemented in a SQL database (currently MS SQL Server), accessible via a web service. This web service runs a legacy protocol we have no control over, and must return either a 'no messages in queue' response, or both:I've got an incoming message queue implemented