/rabbitmq-web-dispatch

Underpins all RabbitMQ plugins that provide an HTTP API

Primary LanguageErlangOtherNOASSERTION

RabbitMQ Web Dispatch

This repository has been moved to the main unified RabbitMQ "monorepo", including all open issues. You can find the source under /deps/rabbitmq_web_dispatch. All issues have been transferred.

Introduction

rabbitmq-web-dispatch is a thin veneer around Cowboy that provides the ability for multiple applications to co-exist on Cowboy listeners. Applications can register static document roots or dynamic handlers to be executed, dispatched by URL path prefix.

See

for information on configuring plugins that expose an HTTP or WebSocket interface.