Skip to main content

samples-of-sow-and-subscribe

Samples of Querying and Subscribing to a Topic in the SOW

The Java client distribution includes the following samples that demonstrate how to query and subscribe to a topic in the SOW.

Sample NameDemonstrates
SOWandSubscribeConsoleSubscriber.javaQuerying a SOW topic and entering a subscription to the topic in a single atomic operation.
SowAndSubscribeWithOOF.javaQuerying a SOW topic and entering a subscription to the topic in a single atomic operation, while registering for notification that a previously-matching message is no longer a match for the subscription.
SOWUpdater.javaUpdating records in a SOW topic.