About 22,300 results
Open links in new tab
  1. RabbitMQ REST API Reference

    RabbitMQ is a trademark of its respective owner. rabbitmq.rest is an independent third-party API reference operated by MeruTech / IOX Cloud and is not affiliated with, endorsed by, or sponsored by …

  2. HTTP API Reference | RabbitMQ

    There are several mature HTTP API client libraries available, see Developer Tools. In addition to client libraries, there is an HTTP API-specific CLI tool for both interactive and script use. See …

  3. Management Plugin - RabbitMQ

    To support the OAuth 2.0 protocol, RabbitMQ makes asynchronous REST calls to the OpenId Connect Discovery endpoint. If you override the default CSP headers, you have to make sure that the connect …

  4. Introduction to RabbitMQ - GeeksforGeeks

    Jan 17, 2026 · RabbitMQ, a popular open-source message broker, uses the AMQP (Advanced Message Queuing Protocol) to send and receive messages between applications. Developed in Erlang, it …

    Missing:
    • rest
    Must include:
  5. rabbitmq - Official Image | Docker Hub

    RabbitMQ is an open-source messaging broker that supports multiple protocols for efficient communication between applications.

    Missing:
    • rest
    Must include:
  6. How to Use RabbitMQ with NodeJS to Send and Receive Messages

    May 23, 2023 · RabbitMQ is an open-source message broker software (also called a message-oriented middleware) that implements the Advanced Message Queuing Protocol (AMQP). It provides a …

    Missing:
    • rest
    Must include:
  7. Chapter 9. Controlling Rabbit with the REST API · RabbitMQ in Action ...

    So where does that leave you when you want to automate the deployment of your RabbitMQ servers with tools like Chef, Puppet, or even CFEngine? Also, what about the more basic need to monitor …

  8. RabbitMQ publish a message with REST API - Stack Overflow

    Sep 10, 2019 · I have an application written in Python (PIKA) and C# (official NuGet package). Those applications are publishing new messages into RabbitMQ queues. Until now, I used this syntax to …

  9. How To Use RabbitMQ With Spring Boot REST API - JavatoDev

    Oct 24, 2023 · Learn how to integrate RabbitMQ with your Spring Boot REST API. This comprehensive guide provides step-by-step instructions to set up and configure RabbitMQ, ensuring seamless …

  10. RabbitMQ REST API :: Spring AMQP

    The com.rabbitmq.http.client.Client is a standard, immediate, and, therefore, blocking API. It is based on the Spring Web module and its RestTemplate implementation.