PurgeEvent

Syntax

procedure PurgeEvent
  (queuename in varchar2,
   message_handle in raw);

Description

Removes an event from a specified queue without further processing.

Arguments (input)

queuename The name of the queue from which to purge the event.
message_handle The message handle ID for the specific event to purge.