rarely, for reasons that have not yet identified, my queue is disabled, when this happend, I enable again with this query:
ALTER QUEUE [MyQueue] WITH STATUS = ON;
but, i want to know when the queue is disabled, such as an event (T-SQL), or check each "x" time if queue is enabled.