AWS SQS vs Traditional Message Brokers
If you are already familiar with messaging systems like Apache ActiveMQ or RabbitMQ, you might ask yourself how AWS SQS compares to your well-known solution. As I am just involved …
If you are already familiar with messaging systems like Apache ActiveMQ or RabbitMQ, you might ask yourself how AWS SQS compares to your well-known solution. As I am just involved …
AsyncAPI is a standard for documenting contracts for asynchronous APIs. Let’s say, you connect multiple services via Apache Kafka or RabbitMQ, AsyncAPI is there to provide information about available servers, …
In my current project, we had the task to integrate a laser-based distance measurement device into a React Native mobile app. New territory for my team and me. Fortunately it …
Collecting distance measurements via Bluetooth and a React Native mobile app Weiterlesen
NATS is a relatively new cloud native Publish/Subscribe system with optional streaming support. It appears to be much simpler than already known systems like ActiveMQ, RabbitMQ or Apache Kafka but …