Types -
rabbitmq
- AcknowledgementMode AUTO_ACK | CLIENT_ACK
- Types of acknowledgement modes supported by the Ballerina RabbitMQ Connector.
- 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
- $anonType$5 {ballerina/rabbitmq}Error
- ExchangeType direct | fanout | topic | headers
- Types of exchanges supported by the Ballerina RabbitMQ Connector.