Skip to main content

sow-delete-all

Import the basic AMPS library:

import com.crankuptheamps.client.*;
import com.crankuptheamps.client.exception.*;

Deleting all messages from a topic, using a connected client:

client.sowDelete(topic, "1=1");