AMPS Bookmark Store Sample

v 1.0 - March 6, 2015
(designed for AMPS 4.0.0.2 and AMPS Java client 4.0.0.3)

This directory contains a sample of a BookmarkStore that uses AMPS to persist
the state of the client.

To use this sample:

* Start AMPS using the provided bookmarkmanager.xml file.
* Populate messages by using:

  $ ant runPublishMessages

  Let the program publish messages for a few seconds, then stop the
  program by hitting CTRL-C.

* Run the subscriber by typing:

  $ ant runStatelessSubscribeForReplay

The subscriber processes 10 messages and then exits.


Directory Contents
-----------------

The directory contains the following files and directories:

build.xml            - ant file for building and running samples
bookmarkmanager.xml  - AMPS configuration file for the sample
lib                  - jar files for AMPS Java Client 4.0.0.3
README               - this readme file
src                  - source for the sample


