![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
The redir_defn table holds information about which queues are being redirected and which queues they are being redirected to.TABLE redir_defn (
redir_id INTEGER NOT NULL,
start_time SMALLINT NOT NULL,
start_date INTEGER NOT NULL,
end_time SMALLINT NOT NULL,
end_date INTEGER NOT NULL,
queue_name VARCHAR(24) NOT NULL,
destination VARCHAR(49) NOT NULL)
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |