Good day. There is a database whose Service broker has several queues that are not in the System Queues folder (dbo.queue / front, dbo.queue / process and dbo.queue / transmit).
The task was set - a SQL query to check these queues for neglect. Found the following command:
SELECT is_receive_enabled FROM sys.service_queues but this command displays the status of only three queues from the "System Queues" folder, the status of the queues I need is not displayed. Tell me, please, request, which can check the status of these queues.

ALTER ROLE ... ADD MEMBER ...), or issued / withdrawn directly (GRANT/DENYinstructions). In SSMS, this is done in the database Security menu. - i-oneselect * from sys.fn_my_permissions('dbo.queue/front', 'OBJECT'). - i-one