• What is RabbitMQ?
    ,

    What is RabbitMQ?

    RabbitMQ is an open-source message broker. In short, it manages our queues (asynchronous operations). The broker’s server is written in Erlang, while the API for clients is available in many programming languages, e.g. PHP, java, c #, swift and more. Synchronous and asynchronous operations Synchronous operations are operations (also known as blocking operations) that stop…