Oracle Objects for OLE C++ Class Library Release 9.2 Part Number A95896-01 |
|
Applies To
Description
Gets the name of the queue to which message should be moved if it cannot be processed successfully.
Usage
const char *GetExceptionQueue(void) throw(OException)
Arguments
none |
Applicable only for a message that is being enqueued. Possible return values are:
· A String containing a valid queue name
· NULL (Default)
A message is moved to the exception queue if it has expired or the number of dequeue attempts has exceeded the max_retries argument specified in the DBMS_AQADM.CREATE_QUEUE command. For more information on the CREATE_QUEUE command, see the Oracle8i Application Developer's Guide - Advanced Queuing.
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|