Enlist major features RabbitMQ?

devquora
devquora

Posted On: Mar 21, 2020

 

Some of the major features of RabbitMQ are,

  1. RabbitMQ supports Asynchronous messaging with multiple messaging protocols, multiple exchange types, flexible routing, message queuing, and delivery acknowledgment.
  2. It has support for Distributed deployment to deploy as clusters for high-availability and throughput.
  3. With RabbitMQ, you get a diverse array of tools and plugins to support continuous integration, operational metrics, and integration to other enterprise systems.
  4. It provides HTTP-API, command-line tool, and GUI based tool for managing and monitoring RabbitMQ.
  5. It is Enterprise and Cloud-ready as it is easy to deploy in public and private clouds with support for pluggable authentication, authorization, and TLS & LDAP support.
  6. Support for many popular programming languages such as Java, .Net, PHP, Python, JavaScript, Ruby, Go, and many others.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Rabbitmq Interview Questions

    Explain what is Rabbitmq?

    RabbitMq is an open-source message-broker software developed by Pivotal software. This cross-platform message-oriented middleware software was originally implemented in Advanced Message Queuing Protoc...

    Rabbitmq Interview Questions

    Enlist types of exchanges available in RabbitMQ?

    There are four types of exchanges available in RabbitMQ. They are Direct Exchanges - This type route the messages with a routing key equal to the routing key declared by the binding queue. Fanout E...

    Rabbitmq Interview Questions

    What is an exchange in RabbitMQ?

    Exchanges in RabbitMQ is used to control the routing of messages to the queues with the help of the header attributes, bindings, and routing keys. They act as message routing agents and are defined by...