You can use the DBC.TablesV view to identify and locate queue tables.
The following query reports the names and containing databases for all the queue tables in the system.
SELECT databasename, tablename FROM DBC.tablesV WHERE queueflag = 'y';
See Teradata Vantage™ - Data Dictionary, B035-1092 for more information about the DBC.TablesV view.