Constants - rabbitmq

  • DIRECT_EXCHANGE string direct
  • Constant for the RabbitMQ Direct Exchange type.

  • FANOUT_EXCHANGE string fanout
  • Constant for the RabbitMQ Fanout 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_CODE string {ballerina/RabbitMQ}RabbitMQError
  • RabbitMQ Error code.