Backend
25 views
Message Queue
Quick Definition
System for asynchronous service communication via messages
Full Definition
A system for asynchronous communication between services via messages.
Examples
RabbitMQ, Apache Kafka, Redis Pub/Sub, Amazon SQS
Related Terms
async-processing
event-driven
microservices
More Backend Terms
JWT
Compact secure token for transmitting information
OAuth
Open standard for token-based authentication and authorization
Apache Kafka
Distributed event streaming platform for high-throughput data
Load Shedding
Rejecting requests under excessive load to maintain stability
gRPC
High-performance RPC framework using Protocol Buffers
Caching
Storing frequently accessed data for improved performance