AMPS C/C++ Client Class Reference
AMPS C/C++ Client Version 5.3.3.0
Special Bookmark Values

The AMPS C++ client includes definitions of special bookmark values. More...

Macros

#define AMPS_BOOKMARK_RECENT   "recent"
 Start the subscription at the first undiscarded message in the bookmark store, or at the end of the bookmark store if all messages have been discarded. More...
 
#define AMPS_BOOKMARK_EPOCH   "0"
 Start the subscription at the beginning of the journal.
 
#define AMPS_BOOKMARK_NOW   "0|1|"
 Start the subscription at the point in time when AMPS processes the subscription.
 

Detailed Description

The AMPS C++ client includes definitions of special bookmark values.

These are used with AMPS::Client::bookmarkSubscribe() as values provided to the bookmark parameter.

Macro Definition Documentation

#define AMPS_BOOKMARK_RECENT   "recent"

Start the subscription at the first undiscarded message in the bookmark store, or at the end of the bookmark store if all messages have been discarded.