Universal Messaging 10.3 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for Java | Code Examples | Channel / Queue / Realm Management | Java Client: Purge events from a channel
 
Java Client: Purge events from a channel
This class demonstrates how to purge events from a channel.
Usage
npurgechan <channel name> <start eid> <end eid> <filter>

<Required Arguments>

<channel name> - Channel name parameter for the channel to be purged
<start eid> - The start eid of the range of events to be purged
<end eid> - The end eid of the range of events to be purged
<filter> - An optional filter string for events to be purged


Note: -? provides help on environment variables
Application Source Code
Click here for a code example