Mar 9, 2015 | Dirk Myers
AMPS makes a great platform for distributing messages to worker processes. The combination of low latency delivery, the SOW last value cache, message replay, and powerful content filtering make it easy to build a scalable grid of workers. Update: This post describes an approach that was used with older versions...
amps
messaging
bookmark replay
stateless
Jun 15, 2016 | Tom Martens
In this post, we will revisit the topic of extending the AMPS client to provide a bookmark store for stateless clients. This post is in response to requests for a simple stateless store that does not provide all of the functionality of the local stores, but instead just makes it...
stateless
60east
python
bookmark replay
Apr 6, 2023 | Dirk Myers
AMPS bookmark subscriptions provide a way for applications to resume subscriptions in the event of a disconnection or failure of either the application or server. With a bookmark subscription, the application side manages the correct point to resume the subscription by setting a BookmarkStore on the client, and then discarding...
amps
messaging
bookmark replay
stateless