RabbitMQ is one of the most popular open-source enterprise messaging systems modelled on the Advanced Message Queuing Protocol (AMQP) standard. This guide covers the Ballerina RabbitMQ module and its public API. This module contains the functionality to support messaging with the RabbitMQ broker (AMQP 0-9-1). It assumes that the most recent version of Ballerina is used and is built on top of the basics. "> API Docs - Constants : rabbitmq

Constants - rabbitmq

  • DIRECT_EXCHANGE string direct
  • Constant for the RabbitMQ Direct Exchange type.
  • FANOUT_EXCHANGE string fanout
  • Constant for the RabbitMQ Fan-out Exchange type.
  • TOPIC_EXCHANGE string topic
  • Constant for the RabbitMQ Topic Exchange type.
  • AUTO_ACK string auto
  • Constant for the RabbitMQ auto acknowledgement mode.
  • CLIENT_ACK string client
  • Constant for the RabbitMQ client acknowledgement mode.
  • RABBITMQ_ERROR string {ballerina/rabbitmq}Error
  • Represents the reason for the RabbitMQ module related errors.