RabbitMQ logo

RabbitMQ

機能豊富なマルチプロトコルメッセージングおよびストリーミングブローカー

Middleware 最新: 4.0.9-management-alpine

Introduction

RabbitMQ is an open-source message broker that provides powerful messaging capabilities for communication between distributed applications.

Features

  • Message Queue: RabbitMQ allows applications to communicate asynchronously through message queues in distributed systems. It can decouple components between producers and consumers, thereby improving system scalability and flexibility.
  • Message Routing: RabbitMQ supports various message routing patterns, including direct exchange, topic exchange, and fanout exchange, allowing messages to be routed to different queues based on different rules.
  • Reliability: RabbitMQ provides reliable message delivery mechanisms to ensure messages are not lost between sending and receiving. It supports message acknowledgment and persistence to guarantee reliable message delivery.
  • Delayed Queues: RabbitMQ supports delayed queues, allowing messages to be pushed to a queue and processed after a specified delay time. This is useful for implementing scheduled tasks and timers.
  • High Availability: RabbitMQ can be configured for high availability, ensuring messages are not lost even in the event of node failures, through mirrored queues and cluster modes.
  • Plugin System: RabbitMQ has a rich plugin system that extends its functionality, including management UI, authentication, and authorization plugins.
  • Multiple Client Libraries: RabbitMQ supports client libraries for various programming languages, including Java, Python, Ruby, C#, and more, making it easy for developers to interact with the message broker.
  • Web Management Interface: RabbitMQ provides an easy-to-use web management interface for monitoring queues, exchanges, connections, and node status, as well as performing configuration and management operations.

1Panel で RabbitMQ をデプロイ

  1. Install 1Panel on your VPS (Linux server).

    # Copy and paste the following command into your terminal and press Enter
    bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
  2. Open the 1Panel dashboard, go to App Store.

  3. Search for RabbitMQ and click Install.

  4. Fill in the required parameters (ports, admin credentials, storage path), then confirm.

  5. After deployment, create a website/reverse proxy in 1Panel if you want a custom domain.

  6. Enable HTTPS (recommended) and keep the app updated from the App Store.