Specifies the time to wait if there is no message matching the search criteria.
property WaitTimeout: integer default AQ_FOREVER;
Use WaitTimeout property to specify the wait time in seconds if there is currently no message matching the search criteria available. You can use constants AQ_FOREVER (the default value - wait forever) and AQ_NO_WAIT (do not wait).