General Topics
📄️ What software/hardware is required to run AMPS?
Learn the minimum software and recommended hardware specifications to effectively run the AMPS platform.
📄️ Content filtering sounds cool, how does it work?
Learn how AMPS content filtering uses XPath and SQL predicates for highly selective message filtering based on message content.
📄️ Is AMPS a point-to-point messaging product?
AMPS offers selective messaging via topic and content filtering, avoiding multicast data overhead.
📄️ What database does AMPS use?
AMPS features a custom-built database implementation for performance, using SQLite only for instance statistics.
📄️ Can I publish and subscribe at the same time?
AMPS Client supports concurrent publishing and subscribing operations simultaneously across single or multiple threads.
📄️ What CRC32 implementation does AMPS use?
Details the specific CRC32C implementation used by AMPS, including polynomial and reflection settings.
📄️ How does AMPS support UTF-8 and Unicode?
Learn how the AMPS messaging system supports UTF-8 and Unicode in server operations, message content, and client serialization.