Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

GetExceptionQueue Method

Applies To

OAQMsg

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

Remarks

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 Oracle Streams Advanced Queuing User's Guide and Reference .