Backend
140 views
RabbitMQ
Quick Definition
Open-source message broker for reliable async messaging
Full Definition
An open-source message broker implementing AMQP for reliable asynchronous message delivery between services.
Examples
task queues, pub-sub, work distribution, routing
Related Terms
message-queue
amqp
event-driven
More Backend Terms
Circuit Breaker
Pattern preventing cascading failures by halting failing requests
Event-Driven Architecture
Design pattern where components communicate via events
Rate Limiting
Controlling request frequency within a time period
API Gateway
Server managing API traffic between clients and services
Repository Pattern
Design pattern abstracting data access behind an interface
gRPC
High-performance RPC framework using Protocol Buffers