Previous  Next          Contents  Index  Glossary

PurgeEvent

Syntax

procedure PurgeEvent

    (queuename in varchar2,
message_handle in raw);

Description

Removes an event from a specified queue without further processing.

Arguments (input)

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


         Previous  Next          Contents  Index  Glossary