RabbitMQ என்பது பிரபலமான திறந்த மூல message broker — இது உற்பத்தியாளர்களிடமிருந்து செய்திகளை பெற்று அவற்றை வரிசைகளின் மூலம் நுகர்வோர்களுக்கு வழிநடத்துகிறது, இது asynchronous, decoupled communication பயன்பாடுகளுக்கு இடையில் இயக்கமளிக்கிறது. இது task queues, messaging, மற்றும் சேவைகளை இணைப்பதற்கு பரவலாக பயன்படுத்தப்படுகிறது.
RabbitMQ என்றால் என்ன
RabbitMQ = a MESSAGE BROKER (middleware for messaging):
→ PRODUCERS send messages to RabbitMQ; CONSUMERS receive them
→ RabbitMQ ROUTES messages to the right queues and delivers them to consumers
→ implements messaging patterns (queues, pub/sub, routing) reliably
→ a reliable intermediary that decouples senders from receivers
