Types -
rabbitmq
- AcknowledgementMode AUTO_ACK | CLIENT_ACK
-
Types of acknowledgement modes supported by the Ballerina RabbitMQ Connector.
- Error RabbitMqError
-
The union of the RabbitMQ module related errors.
- MessageContent int | float | byte | boolean | string | map | xml | json | byte[]
-
Types of message content that can be published.
- $anonType$0 direct
- $anonType$1 fanout
- $anonType$2 topic
- $anonType$3 auto
- $anonType$4 client
- ExchangeType direct | fanout | topic | headers
-
Types of exchanges supported by the Ballerina RabbitMQ Connector.