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