Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 2.7 KB

README.md

File metadata and controls

35 lines (27 loc) · 2.7 KB

RedisSMQ / Docs

RedisSMQ Documentation

Welcome to the RedisSMQ documentation hub! Here, you'll find all the information you need to work with RedisSMQ effectively.

API Reference

For detailed information about the available API endpoints and their functionalities, please refer to the API Reference.

Getting Started

To help you get up and running with RedisSMQ, we’ve organized essential resources into the following categories:

  • Configuration: Learn how to configure RedisSMQ for your specific needs.
  • Queues: Understand how to create and manage queues to process messages.
  • Queue Delivery Models: Explore different delivery models available for your queues.
  • Producing Messages: Discover how to produce and send messages to your queues.
  • Consuming Messages: Get insights into how to consume and process messages from your queues.
  • Messages: A comprehensive overview of message handling within RedisSMQ.
  • Message Exchanges: Learn about message exchange patterns and how they work in RedisSMQ.
  • Queue Rate Limiting: Understand how to implement rate limiting for your queues.
  • Exchanges and Delivery Models: Delve deeper into the interplay between exchanges and delivery models.
  • Scheduling Messages: Find out how to schedule messages for future delivery.
  • Message Handler Worker Threads: Learn about worker threads and how they manage message processing.
  • EventBus: Discover the EventBus feature for event-driven architecture.
  • Multiplexing: Understand how to use multiplexing for improved message handling.
  • Performance: Learn about the performance of RedisSMQ.
  • RedisSMQ Architecture: Gain insights into the architectural design of RedisSMQ.
  • Logs: Learn how to access and utilize logs for monitoring and debugging.
  • HTTP API: Access the HTTP API for integrating RedisSMQ with other applications.
  • Web UI: Explore the web interface for easy management of RedisSMQ.
  • ESM & CJS Modules: Find out how to work with ECMAScript Modules and CommonJS modules.

We hope this documentation serves as a valuable resource as you implement and use RedisSMQ in your projects!